diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 01be429..179a8d0 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,6 +1,4 @@ import React from "react"; -import { Link } from "./link"; -import { Icon } from "./icon"; import { FooterUtilityRow } from "./footer-utility-row"; interface FooterProps { @@ -8,30 +6,15 @@ interface FooterProps { lastModified?: string; } -export const Footer: React.FC = ({ - gitHubEditLink, - lastModified, -}) => { +export const Footer: React.FC = ({ lastModified }) => { return (