summaryrefslogtreecommitdiff
path: root/src/store/modules/Control/BootSettingsStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/Control/BootSettingsStore.js')
-rw-r--r--src/store/modules/Control/BootSettingsStore.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/modules/Control/BootSettingsStore.js b/src/store/modules/Control/BootSettingsStore.js
index 655c79e5..ff5f5050 100644
--- a/src/store/modules/Control/BootSettingsStore.js
+++ b/src/store/modules/Control/BootSettingsStore.js
@@ -1,5 +1,5 @@
-import api from '../../api';
-import i18n from '../../../i18n';
+import api from '@/store/api';
+import i18n from '@/i18n';
const BootSettingsStore = {
namespaced: true,