const { APP_SITENAME, APP_FOOTER_EXTRA } = import.meta.env; function Footer() { return ( ); } export default Footer;