/* eslint-disable max-len*/ import React from 'react'; import './footer.css'; function Footer() { return ( ); } export default Footer;