diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 5136aab2..daeb4efc 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -1,4 +1,4 @@ -import { useMainStore } from "./" +import { useMainStore } from "./@store"; import { createApp } from 'vue'; import { createPinia } from "pinia"; import globalMethods from "@/global-methods";