import React, { FC } from "react" import packageJson from "../../../package.json" import { Container } from "../Container" import * as SC from "./styles" export const Footer: FC = () => { return (

© {new Date().getFullYear()}, Built with {` `} Gatsby - Source on{" "} GitHub

) }