import type { FC } from 'react'; import { footerPages } from '../../routes'; import { NavLink } from 'react-router-dom'; import { ExternalLink } from '@cutting/component-library'; import * as styles from './Footer.css'; import { Cow } from '../Svg/Cow'; import { Github } from '../Svg/Github'; import { Twitter } from '../Svg/Twitter'; export const Footer: FC = () => ( );