fix (client): import path

This commit is contained in:
naskya 2024-04-11 22:17:49 +09:00
parent da6f07952b
commit 5f2697f304
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];