Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LiorB-D
Created April 1, 2022 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LiorB-D/4085aab1e3d9e9ff4ae834b4963d2890 to your computer and use it in GitHub Desktop.
Save LiorB-D/4085aab1e3d9e9ff4ae834b4963d2890 to your computer and use it in GitHub Desktop.
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