import React from 'react' const Footer = ({ fullWidth = true }) => { const d = new Date() const y = d.getFullYear() return ( ) } export default Footer