commit | 61859097d8a129de1d8292f3ebde5e9228d82838 | [log] [tgz] |
---|---|---|
author | SurenNeware <sneware9@in.ibm.com> | Thu Oct 01 09:37:32 2020 +0530 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Mon Oct 19 14:49:33 2020 +0000 |
tree | b182b4db85d32d0ca232e80b64be03c8310325df | |
parent | a5cbc449c201696f5ff4d77dfc18c4f60b4d901d [diff] [blame] |
Update relative path imports to use '@' alias - Add '@/' instead of '../../../' Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac
diff --git a/src/store/modules/Control/ServerLedStore.js b/src/store/modules/Control/ServerLedStore.js index 6ea0473..2be7722 100644 --- a/src/store/modules/Control/ServerLedStore.js +++ b/src/store/modules/Control/ServerLedStore.js
@@ -1,4 +1,4 @@ -import api from '../../api'; +import api from '@/store/api'; import i18n from '@/i18n'; const ServerLedStore = {