fix import paths

This commit is contained in:
Jacky Zhao 2023-08-16 22:09:11 -07:00
parent 2f6747b166
commit 2dc0ae279c
3 changed files with 4 additions and 4 deletions
quartz/components

View file

@ -1,5 +1,5 @@
import { ComponentType, JSX } from "preact"
import { StaticResources } from "../resources"
import { StaticResources } from "../util/resources"
import { QuartzPluginData } from "../plugins/vfile"
import { GlobalConfiguration } from "../cfg"
import { Node } from "hast"