diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 9dcb305a43..deba55d285 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -1,7 +1,7 @@ import { markRaw, ref } from "vue"; import { isSignedIn } from "./me"; import { Storage } from "./pizzax"; -import type { NoteVisibility } from "@/types/note/note"; +import type { NoteVisibility } from "@/types/note"; export const postFormActions = []; export const userActions = [];