/* Footer.jsx */ function Footer({ name }) { const year = new Date().getFullYear(); return ( ); } Object.assign(window, { Footer });