import React from 'react' import { links } from '../../site.config' import styles from './Footer.module.css' export default function Footer() { const year = new Date().getFullYear() return ( ) }