Files: b0260714125b1a814ed76eaca838d164ae23101d / app / todos / reducer.js
119 bytesRaw
1 | import { createReducer } from 'feathers-action' |
2 | |
3 | import { Todos } from './models' |
4 | |
5 | export default createReducer(Todos) |
6 |
Built with git-ssb-web
1 | import { createReducer } from 'feathers-action' |
2 | |
3 | import { Todos } from './models' |
4 | |
5 | export default createReducer(Todos) |
6 |
Built with git-ssb-web