diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 9f5db937..1592e86b 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 App from '@/App.vue';