import Link from "next/link"; import { YEAR_TO_BUMP } from "../constants"; const Footer = ({ license, links, repo, commitID }) => ( ); export default Footer;