From 8ad16eeb87100f6e82cbdd8dbb945d9f7b19ae34 Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Mon, 14 Nov 2022 08:42:48 -0500 Subject: [PATCH] commit. --- src/store/store.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";