import Link from "next/link"; const Footer = () => { return (

© Gractwo 2020-{new Date().getFullYear()} {" | "}open-source on{" "} github

); }; export { Footer };