import React from 'react'; import {Link} from 'react-router-dom'; import styles from './styles.css'; function Footer(props) { return ( ); } export default Footer;