From 5f2697f3044eff956de9c6c177636c8646847864 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 11 Apr 2024 22:17:49 +0900 Subject: [PATCH] fix (client): import path --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];