File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,18 @@ import { QuartzComponentProps } from "../../components/types"
3
3
import HeaderConstructor from "../../components/Header"
4
4
import BodyConstructor from "../../components/Body"
5
5
import { pageResources , renderPage } from "../../components/renderPage"
6
- import { ProcessedContent , QuartzPluginData , defaultProcessedContent } from "../vfile"
6
+ import { QuartzPluginData , defaultProcessedContent } from "../vfile"
7
7
import { FullPageLayout } from "../../cfg"
8
8
import {
9
9
FilePath ,
10
10
FullSlug ,
11
- getAllSegmentPrefixes ,
12
- joinSegments ,
13
11
pathToRoot ,
14
12
} from "../../util/path"
15
13
import {
16
14
defaultContentPageLayout ,
17
- defaultListPageLayout ,
18
15
sharedPageComponents ,
19
16
} from "../../../quartz.layout"
20
- import { Content , TagContent } from "../../components"
21
17
import { write } from "./helpers"
22
- import { i18n } from "../../i18n"
23
18
import DepGraph from "../../depgraph"
24
19
import Blogs from "../../components/pages/Blogs"
25
20
You can’t perform that action at this time.
0 commit comments