// src/components/Footer.tsx import React from 'react'; export const Footer: React.FC = () => { const currentYear = new Date().getFullYear(); return ( ); };