Skip to content

Instantly share code, notes, and snippets.

@syamjayaraj
Last active December 7, 2018 06:12
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 syamjayaraj/d54fbdf43cd108b5482699f0b680e7af to your computer and use it in GitHub Desktop.
Save syamjayaraj/d54fbdf43cd108b5482699f0b680e7af to your computer and use it in GitHub Desktop.
import {combineReducers} from 'redux'
import CounterReducer from '../reducers/CounterReducer'
export default combineReducers({
counter: CounterReducer,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment