import React from 'react'; const Footer = () => { const currentYear = new Date().getFullYear(); return ( ); }; export default Footer;