UNPKG
web-pm2
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.2
0.0.1
PM2 Web interface
github.com/deanshub/web-pm2
deanshub/web-pm2
web-pm2
/
client
/
reducers
/
index.js
10 lines
(7 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ routerReducer
as
routing }
from
'react-router-redux'
import
{ combineReducers }
from
'redux'
import
actions
from
'./actions'
export
default
combineReducers
({ routing, actions, })