UNPKG
@conveyal/commute
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
Commute analysis
github.com/conveyal/commute
conveyal/commute
@conveyal/commute
/
client
/
index.js
15 lines
(10 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
mount
from
'@conveyal/woonerf/mount'
import
{initialize}
from
'./utils/analytics'
import
reducers
from
'./reducers'
import
router
from
'./router'
initialize() mount({ app: router,
id
:
'root'
, reducers })