Skip to content

Instantly share code, notes, and snippets.

@rafaelrozon
Created May 26, 2019 15:32
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 rafaelrozon/7a3753db391c946b3e0d7d1d5e7b172f to your computer and use it in GitHub Desktop.
Save rafaelrozon/7a3753db391c946b3e0d7d1d5e7b172f to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import {
todoReducer,
TodoConstants
} from '~/features/todo';
export default combineReducers({
[TodoConstants.NS]: todoReducer
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment