import GitHubIcon from "./GitHubIcon"; import MailIcon from "./MailIcon"; export default function Footer() { const year = new Date().getFullYear(); return ( ); }