Ben Schlegel
2023-09-16 036a33f70bcabc17469956740847796a5f13b9ab
fix: use correct import for `QuartzPluginData`
1 files modified
2 ■■■ changed files
quartz/components/ExplorerNode.tsx 2 ●●● patch | view | raw | blame | history
quartz/components/ExplorerNode.tsx
@@ -1,5 +1,5 @@
// @ts-ignore
import { QuartzPluginData } from "vfile"
import { QuartzPluginData } from "../plugins/vfile"
import { resolveRelative } from "../util/path"
export interface Options {