diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 94abe74..76fea1a 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -2,6 +2,7 @@ import React from "react"; import { Link } from "./link"; import { ThemeSwitcher } from "./theme-switcher"; import { Icon } from "./icon"; +import { SocialLinks } from "./social-links"; interface FooterProps { gitHubEditLink?: string; @@ -14,8 +15,8 @@ export const Footer: React.FC = ({ }) => { return (