// ui_kits/site/Footer.jsx const Footer = () => { const yr = new Date().getFullYear(); return ( ); }; window.Footer = Footer;