// Footer const Footer = ({ setPage }) => ( ); const FooterCol = ({ title, links }) => (
{title.toUpperCase()}
); window.Footer = Footer;