import { FC } from 'hono/jsx'; // const currentYear = new Date().getFullYear(); const Footer: FC = (props) => { return ( ); }; export default Footer;