summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-20 17:20:35 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-20 17:20:35 +0300
commit2581c2ae3ea819fa54841560f976362877a8c213 (patch)
treece3b4a4dbf1f402309221227348fd8ddba7f16d5 /src/store/index.js
parent5f84c94c3fce9faef603838bc63927a5a681e93d (diff)
downloadwebui-vue-2581c2ae3ea819fa54841560f976362877a8c213.tar.xz
add template
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.js b/src/store/index.js
index 41eba75f..11183e00 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -19,7 +19,7 @@ import ServerLedStore from './modules/HardwareStatus/ServerLedStore';
import SystemStore from './modules/HardwareStatus/SystemStore';
import PowerSupplyStore from './modules/HardwareStatus/PowerSupplyStore';
import MemoryStore from './modules/HardwareStatus/MemoryStore';
-import FanStore from './modules/_sila//HardwareStatus/FanStore';
+import FanStore from './modules/_sila/HardwareStatus/FanStore';
import ChassisStore from './modules/HardwareStatus/ChassisStore';
import BmcStore from './modules/HardwareStatus/BmcStore';
import ProcessorStore from './modules/HardwareStatus/ProcessorStore';