mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-14 13:14:30 -08:00
redux example init
This commit is contained in:
8
docs/examples/todos/src/reducers/index.js
Normal file
8
docs/examples/todos/src/reducers/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { combineReducers } from 'redux'
|
||||
import todos from './todos'
|
||||
import visibilityFilter from './visibilityFilter'
|
||||
|
||||
export default combineReducers({
|
||||
todos,
|
||||
visibilityFilter
|
||||
})
|
||||
Reference in New Issue
Block a user