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