@@ -0,0 +1,6 @@
+import { combineReducers } from 'redux'
+import toDoReducer from './toDoReducer'
+
+export default combineReducers({
+ toDoReducer
+})