UNPKG
overmind-forms
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Forms implementation for overmind
github.com/garth/overmind-forms
garth/overmind-forms
overmind-forms
/
es
/
module.js
5 lines
•
171 B
JavaScript
View Raw
1
2
3
4
5
// exported form module
import
*
as
actions
from
'./actions'
;
import
*
as
effects
from
'./effects'
;
export
default
{ actions, effects };
//# sourceMappingURL=module.js.map