From 5fd0f17e6a0b2d6627cf8d9b4d89cae423988aa2 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Thu, 3 Oct 2024 19:59:00 +0200 Subject: [PATCH] Cleanup --- quartz/components/Explorer.tsx | 2 +- quartz/components/Footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/components/Explorer.tsx b/quartz/components/Explorer.tsx index d3de6fa6e..3c967624b 100644 --- a/quartz/components/Explorer.tsx +++ b/quartz/components/Explorer.tsx @@ -5,8 +5,8 @@ import explorerStyle from "./styles/explorer.scss" import script from "./scripts/explorer.inline" import { ExplorerNode, FileNode, Options } from "./ExplorerNode" import { QuartzPluginData } from "../plugins/vfile" -import { i18n } from "../i18n" import { classNames } from "../util/lang" +import { i18n } from "../i18n" // Options interface defined in `ExplorerNode` to avoid circular dependency const defaultOptions = { diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx index 8fbe5879b..d8c2d2a3d 100644 --- a/quartz/components/Footer.tsx +++ b/quartz/components/Footer.tsx @@ -1,8 +1,8 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" import style from "./styles/footer.scss" import { version } from "../../package.json" -import { i18n } from "../i18n" import { classNames } from "../util/lang" +import { i18n } from "../i18n" interface Options { links: Record