🎉 Initial Commit

This commit is contained in:
Indrajith K L
2019-12-11 18:54:05 +05:30
parent 53e5edb3d9
commit 8988233da8
22 changed files with 14007 additions and 71 deletions

View File

@@ -0,0 +1,9 @@
import { combineReducers } from "redux";
import { connectRouter } from "connected-react-router";
const createRootReducer = history =>
combineReducers({
router: connectRouter(history),
});
export default createRootReducer;