import BLOG from '@/blog.config' import React from 'react' import SocialButton from '@/components/SocialButton' const Footer = ({ fullWidth = true }) => { const d = new Date() const y = d.getFullYear() const from = +BLOG.since return ( ) } export default Footer