Skip to content

Commit 1f18156

Browse files
wip imports
1 parent 1ba8a6b commit 1f18156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/plugins/project_load.nuxt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { useTreeviewStore } from "@ogw_front/stores/treeview"
66
import { useAppStore } from "@ogw_front/stores/app"
77
import { useDataStyleStore } from "@ogw_front/stores/data_style"
88
import { useHybridViewerStore } from "@ogw_front/stores/hybrid_viewer"
9-
import { useDataBaseStore } from "@ogw_front/stores/database"
9+
import { useDataBaseStore } from "@ogw_front/stores/data_base"
1010

1111
vi.mock("../../../internal/utils/viewer_call.js", () => ({
1212
viewer_call: vi.fn(() => Promise.resolve()),

0 commit comments

Comments
 (0)