git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 59686225be4be560357b42396b8ff5f68b049505

Files: 59686225be4be560357b42396b8ff5f68b049505 / app / todos / actions.js

160 bytesRaw
1import { createActions } from 'feathers-action'
2
3import client from 'app/client'
4
5import { Todos } from './models'
6
7export default createActions(client, Todos)
8

Built with git-ssb-web