summaryrefslogtreecommitdiff
path: root/src/store/modules/Health/SensorsStore.js
diff options
context:
space:
mode:
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 = {