import React from 'react'; import './Footer.css'; const Footer = (props) => { return ( ) } export default Footer;