summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-03 09:18:36 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-03 09:18:36 +0300
commit58860854beb269e6fa3d62e08be2c9ebb95997f2 (patch)
tree8217aa3942ae722c02ac62e1bd23d50f67f70e6e /src/store/index.js
parent81e9a4b00b362f07d587b7a497eb1dbf6870154f (diff)
downloadwebui-vue-58860854beb269e6fa3d62e08be2c9ebb95997f2.tar.xz
upd FanStore
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/index.js b/src/store/index.js
index fa857b3a..fb911a40 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -19,8 +19,8 @@ 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 MotherboardStore from './modules/_sila/HardwareStatus/MotherboardStore';
+import FanStore from './modules/HardwareStatus/FanStore';
+import MotherboardStore from './modules/HardwareStatus/MotherboardStore';
import ChassisStore from './modules/HardwareStatus/ChassisStore';
import BmcStore from './modules/HardwareStatus/BmcStore';
import ProcessorStore from './modules/HardwareStatus/ProcessorStore';