import constants from "@src/lib/constants"; export default function Footer() { const year = new Date().getFullYear(); return ( ) }