--- // src/components/Footer.astro import "../styles/components/Footer.css" const currentYear = new Date().getFullYear(); ---