import config from '#config'; export default function Footer() { const {startYear: year0, siteAuthor} = config; const year = new Date().getFullYear(); return ; }