|
|
@@ -21,6 +21,7 @@ import termChangeReducer from "./reducers/term-change";
|
|
|
import paraChangeReducer from "./reducers/para-change";
|
|
|
import rightPanelReducer from "./reducers/right-panel";
|
|
|
import sentWordsReducer from "./reducers/sent-word";
|
|
|
+import netStatusReducer from "./reducers/net-status";
|
|
|
|
|
|
const store = configureStore({
|
|
|
reducer: {
|
|
|
@@ -45,6 +46,7 @@ const store = configureStore({
|
|
|
paraChange: paraChangeReducer,
|
|
|
rightPanel: rightPanelReducer,
|
|
|
sentWords: sentWordsReducer,
|
|
|
+ netStatus: netStatusReducer,
|
|
|
},
|
|
|
});
|
|
|
|