Skip to content

Commit

Permalink
add recognitionReducer in root combineReducers
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrasbunde committed May 26, 2020
1 parent 3035421 commit 3d6e263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-frontend/src/reducers/rootReducer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { combineReducers } from "redux";

import appReducer from "reducers/appReducer.js";
import recognitionReducer from "reducers/recognitionReducer";

export default combineReducers({
appReducer,
recognitionReducer,
});

0 comments on commit 3d6e263

Please sign in to comment.