12345678910 |
- import { actions, reducer, state, saga } from './state'
- import components from './components'
- const filters = {
- all: matches => matches
- }
- const selectors = {}
- export default { actions, components, filters, selectors, reducer, state, saga }
|