We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 828970f + 4b6d041 commit e7c994dCopy full SHA for e7c994d
src/index.js
@@ -1,4 +1,5 @@
1
export {configureStore, createDefaultMiddleware} from "./configureStore";
2
+export {createReducer} from "./createReducer";
3
4
export {default as createNextState} from "immer";
5
export {combineReducers} from "redux";
0 commit comments