// Footer const Footer = ({ t, setPage }) => { const cols = [ { h: t.footer.product, links: t.footer.product_links, ids: ["map","services","report"] }, { h: t.footer.company, links: t.footer.company_links, ids: ["about","contact"] }, { h: t.footer.legal, links: t.footer.legal_links, ids: [] }, ]; return ( ); }; Object.assign(window, { Footer });