Skip to content

Instantly share code, notes, and snippets.

@jakesorce
Created June 28, 2017 02:32
Show Gist options
  • Save jakesorce/28fe4eaf0cc5951802fe3619060ca7c1 to your computer and use it in GitHub Desktop.
Save jakesorce/28fe4eaf0cc5951802fe3619060ca7c1 to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux'
import user from './user'
import flash from './flash'
const rootReducer = combineReducers({
user,
flash,
})
export default rootReducer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment