diff --git a/squarenotsquare/redux/RootReducer.js b/squarenotsquare/redux/RootReducer.js new file mode 100644 index 0000000..4d96634 --- /dev/null +++ b/squarenotsquare/redux/RootReducer.js @@ -0,0 +1,7 @@ +import { combineReducers } from 'redux'; + +const rootReducer = combineReducers({ + +}) + +export default rootReducer; \ No newline at end of file