From fda7b66e64c845eeb4920f9169c8d7684ae878b1 Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Sat, 5 Oct 2024 00:59:11 +0200 Subject: [PATCH] Update quartz/components/Footer.tsx Co-authored-by: Aaron Pham --- quartz/components/Footer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx index fb121a38f..cff28cbb9 100644 --- a/quartz/components/Footer.tsx +++ b/quartz/components/Footer.tsx @@ -1,7 +1,6 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" import style from "./styles/footer.scss" import { version } from "../../package.json" -import { classNames } from "../util/lang" import { i18n } from "../i18n" interface Options {