Files: 4092d2ca273e72808a14f982863242d355b5bb2b / app / todos / actions.js
160 bytesRaw
1 | import { createActions } from 'feathers-action' |
2 | |
3 | import client from 'app/client' |
4 | |
5 | import { Todos } from './models' |
6 | |
7 | export default createActions(client, Todos) |
8 |
Built with git-ssb-web