import FooterTop from './FooterTop'; import FooterBottom from './FooterBottom'; const Footer = () => { return ( <> ); }; export default Footer;