// Footer.jsx const Footer = () => { const t = useT(); return ( ); }; window.Footer = Footer;