UNPKG
stitch-ui
Version:
latest (0.0.4)
0.0.4
stitch-ui
/
src
/
profile
/
reducers.js
5 lines
(3 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
import
{ makeAPIKeyReducer }
from
"../auth/apikeys"
;
import
{ profileKeyActions }
from
"./actions"
;
export
default
makeAPIKeyReducer
(profileKeyActions);