const Footer = ({ children }) => { return ( <> ); }; export default Footer;