git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 8063afb16b2de577b87116ddc34cf98c5b26d67e

Files: 8063afb16b2de577b87116ddc34cf98c5b26d67e / 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