From 61859097d8a129de1d8292f3ebde5e9228d82838 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Thu, 1 Oct 2020 09:37:32 +0530 Subject: Update relative path imports to use '@' alias - Add '@/' instead of '../../../' Signed-off-by: Suren Neware Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac --- src/store/modules/Authentication/AuthenticanStore.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/store/modules/Authentication') diff --git a/src/store/modules/Authentication/AuthenticanStore.js b/src/store/modules/Authentication/AuthenticanStore.js index 4afb11de..0dd616a9 100644 --- a/src/store/modules/Authentication/AuthenticanStore.js +++ b/src/store/modules/Authentication/AuthenticanStore.js @@ -1,6 +1,6 @@ -import api from '../../api'; +import api from '@/store/api'; import Cookies from 'js-cookie'; -import router from '../../../router'; +import router from '@/router'; const AuthenticationStore = { namespaced: true, -- cgit v1.2.3