import React from "react" import * as SC from "./styles" import { Container } from "../Container" export function Footer() { return (

© {new Date().getFullYear()}, Built with {` `} Gatsby

) }