Created
April 1, 2022 00:28
-
-
Save LiorB-D/4085aab1e3d9e9ff4ae834b4963d2890 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { combineReducers } from 'redux'; | |
import todo from './toDoReducer'; | |
export default combineReducers({ | |
todo: todo | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment