UNPKG
redux-saga-devtools
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.2
0.1.1
Monitor and UI for redux-saga
github.com/yelouafi/redux-saga-devtools
yelouafi/redux-saga-devtools
redux-saga-devtools
/
src
/
containers
/
SagaMonitorView
/
index.js
4 lines
(3 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
import
SagaMonitorView
from
'./SagaMonitorView'
export
{
DockedSagaMonitorView
}
from
"./DockedSagaMonitorView"
;
export
default
SagaMonitorView
;