import React from 'react'; import { FOOTER_LINKS } from '../constants'; const Footer: React.FC = () => { return ( ); }; export default Footer;