import BLOG from '@/blog.config' import DarkModeButton from '@/components/DarkModeButton' export const Footer = (props) => { const d = new Date() const currentYear = d.getFullYear() const startYear = BLOG.SINCE && BLOG.SINCE !== currentYear && BLOG.SINCE + '-' return }