From afd9e8b91eab9859cbb5e6698d2c2dc2d19a6898 Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Tue, 11 Oct 2022 07:56:29 -0400 Subject: [PATCH] commit --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index aa067c5c..2caca285 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1,6 +1,6 @@ import { defineStore } from "pinia"; import { endpoints } from "@/constants/endpoints.js"; -import { globalMethods } from "@/global-methods"; +import globalMethods from "@/global-methods"; import { applicationConfig } from "@/constants/application-config"; const storeId = 'main';