diff --git a/quartz/components/Explorer.tsx b/quartz/components/Explorer.tsx index a40620a13..c32446559 100644 --- a/quartz/components/Explorer.tsx +++ b/quartz/components/Explorer.tsx @@ -6,6 +6,7 @@ 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" // Options interface defined in `ExplorerNode` to avoid circular dependency const defaultOptions = { @@ -88,7 +89,7 @@ export default ((userOpts?: Partial) => { } return (
-
+