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/BootSettingsStore.js b/src/store/modules/Control/BootSettingsStore.js
index 655c79e..ff5f505 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,