import { Link } from 'react-router-dom'; import logo from '../assets/logo.png'; const Footer = () => { return ( ); }; export default Footer;