diff --git a/components/Footer.tsx b/components/Footer.tsx index df8104398..81e0fa336 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,12 +1,5 @@ // Copyright 2023 the Deno authors. All rights reserved. MIT license. -import { - ACTIVE_LINK_STYLES, - LINK_STYLES, - NAV_STYLES, - SITE_BAR_STYLES, - SITE_NAME, -} from "@/utils/constants.ts"; -import classnames from "npm:classnames@2.3.2"; +import { SITE_NAME } from "@/utils/constants.ts"; import IconBrandDiscord from "tabler_icons_tsx/brand-discord.tsx"; import IconBrandGithub from "tabler_icons_tsx/brand-github.tsx"; import IconRss from "tabler_icons_tsx/rss.tsx"; @@ -66,25 +59,23 @@ export interface FooterProps { export default function Footer(props: FooterProps) { return ( -