git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: c18fa66a9374d3899a43338d27c66f5d82dabd78

Files: c18fa66a9374d3899a43338d27c66f5d82dabd78 / app / todos / reducer.js

119 bytesRaw
1import { createReducer } from 'feathers-action'
2
3import { Todos } from './models'
4
5export default createReducer(Todos)
6

Built with git-ssb-web