From abfd2b26afc7d698310072f60109a3bdec7e77d9 Mon Sep 17 00:00:00 2001 From: wangzipai Date: Wed, 30 Oct 2024 11:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz.layout.ts | 2 +- quartz/components/OverlayExplorer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 6cb74dddb..741c0d551 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -1,6 +1,6 @@ import { PageLayout, SharedLayout } from "./quartz/cfg" import * as Component from "./quartz/components" -import * as ExtraComponent from "./quartz/extra/components" +import * as ExtraComponent from "./quartz/components" // components shared across all pages export const sharedPageComponents: SharedLayout = { diff --git a/quartz/components/OverlayExplorer.tsx b/quartz/components/OverlayExplorer.tsx index 5b00b1bef..21c5c5e67 100644 --- a/quartz/components/OverlayExplorer.tsx +++ b/quartz/components/OverlayExplorer.tsx @@ -3,7 +3,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro import overlayexplorerStyle from "./styles/overlayexplorer.scss" // @ts-ignore -import script from "../extra/components/scripts/overlayexplorer.inline" +import script from "../components/scripts/overlayexplorer.inline" import { FileNode, Options } from "../components/ExplorerNode" import { QuartzPluginData } from "../plugins/vfile" import { classNames } from "../util/lang"