fix (client): import path
This commit is contained in:
parent
da6f07952b
commit
5f2697f304
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue