mahaplatform/redux-rubberstamp

View on GitHub
example/src/reducer.js

Summary

Maintainability
A
0 mins
Test Coverage
import { combineReducers } from 'redux-rubberstamp'
import Button from './button'
import Toggler from './toggler'

export default combineReducers([
  Button,
  Toggler
])