|
@@ -22,6 +22,7 @@ import paraChangeReducer from "./reducers/para-change";
|
|
|
import rightPanelReducer from "./reducers/right-panel";
|
|
import rightPanelReducer from "./reducers/right-panel";
|
|
|
import sentWordsReducer from "./reducers/sent-word";
|
|
import sentWordsReducer from "./reducers/sent-word";
|
|
|
import netStatusReducer from "./reducers/net-status";
|
|
import netStatusReducer from "./reducers/net-status";
|
|
|
|
|
+import discussionReducer from "./reducers/discussion";
|
|
|
|
|
|
|
|
const store = configureStore({
|
|
const store = configureStore({
|
|
|
reducer: {
|
|
reducer: {
|
|
@@ -47,6 +48,7 @@ const store = configureStore({
|
|
|
rightPanel: rightPanelReducer,
|
|
rightPanel: rightPanelReducer,
|
|
|
sentWords: sentWordsReducer,
|
|
sentWords: sentWordsReducer,
|
|
|
netStatus: netStatusReducer,
|
|
netStatus: netStatusReducer,
|
|
|
|
|
+ discussion: discussionReducer,
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
|
|
|