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