summaryrefslogtreecommitdiff
path: root/src/store/modules/Health/SensorsStore.js
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-10-01 07:07:32 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-19 17:49:33 +0300
commit61859097d8a129de1d8292f3ebde5e9228d82838 (patch)
treeb182b4db85d32d0ca232e80b64be03c8310325df /src/store/modules/Health/SensorsStore.js
parenta5cbc449c201696f5ff4d77dfc18c4f60b4d901d (diff)
downloadwebui-vue-61859097d8a129de1d8292f3ebde5e9228d82838.tar.xz
Update relative path imports to use '@' alias
- Add '@/' instead of '../../../' Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac
Diffstat (limited to 'src/store/modules/Health/SensorsStore.js')
-rw-r--r--src/store/modules/Health/SensorsStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Health/SensorsStore.js b/src/store/modules/Health/SensorsStore.js
index edcbf7b2..5f2bf52e 100644
--- a/src/store/modules/Health/SensorsStore.js
+++ b/src/store/modules/Health/SensorsStore.js
@@ -1,4 +1,4 @@
-import api from '../../api';
+import api from '@/store/api';
import { uniqBy } from 'lodash';
const SensorsStore = {