import { Link } from 'react-router-dom'; import { urls } from '../utils/constants'; function Footer() { return ( ); } export default Footer;