UNPKG
stitch-ui
Version:
latest (0.0.4)
0.0.4
stitch-ui
/
src
/
alert
/
index.js
4 lines
(3 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
export
{
AlertContainer
}
from
"./components/AlertContainer"
;
export
{ addAlert, createAlert, expireAlert }
from
"./actions"
;
export
{ alertReducer }
from
"./reducers"
;