Skip to content

Instantly share code, notes, and snippets.

@syamjayaraj
Last active December 7, 2018 06:12
Show Gist options
  • Select an option

  • Save syamjayaraj/d54fbdf43cd108b5482699f0b680e7af to your computer and use it in GitHub Desktop.

Select an option

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