Sha256: 9b8553da11637187372480373fe7375bf33580f93cd5e3084cd72cb49e747fbd

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

import {combineReducers} from 'redux'
import {routeReducer as routing} from 'redux-simple-router'
import account from './account'
import product from './product'
import material from './material'
import inventory from './inventory'
import counter from './counter'

const rootReducer = combineReducers({
  routing,
  account,
  product,
  material,
  inventory,
  counter
})

export default rootReducer

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bouquet-0.2.2 store/private/static/app/reducers/index.js
bouquet-0.2.1 store/private/static/app/reducers/index.js
bouquet-0.2.0 store/private/static/app/reducers/index.js