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

View File

@ -1,6 +1,6 @@
import { QuartzComponent } from "./components/types"
import { PluginTypes } from "./plugins/types"
import { Theme } from "./theme"
import { Theme } from "./util/theme"
export type Analytics =
| null