Skip to content

Commit 952818c

Browse files
Removed the Unused imports from the File
1 parent 8bfc028 commit 952818c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

quartz/plugins/emitters/explorerwithtocPage.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,18 @@ import { QuartzComponentProps } from "../../components/types"
33
import HeaderConstructor from "../../components/Header"
44
import BodyConstructor from "../../components/Body"
55
import { pageResources, renderPage } from "../../components/renderPage"
6-
import { ProcessedContent, QuartzPluginData, defaultProcessedContent } from "../vfile"
6+
import { QuartzPluginData, defaultProcessedContent } from "../vfile"
77
import { FullPageLayout } from "../../cfg"
88
import {
99
FilePath,
1010
FullSlug,
11-
getAllSegmentPrefixes,
12-
joinSegments,
1311
pathToRoot,
1412
} from "../../util/path"
1513
import {
1614
defaultContentPageLayout,
17-
defaultListPageLayout,
1815
sharedPageComponents,
1916
} from "../../../quartz.layout"
20-
import { Content, TagContent } from "../../components"
2117
import { write } from "./helpers"
22-
import { i18n } from "../../i18n"
2318
import DepGraph from "../../depgraph"
2419
import Blogs from "../../components/pages/Blogs"
2520

0 commit comments

Comments
 (0)