UNPKG
react-routing
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1-alpha.1
Isomorphic router for React.js applications
www.kriasoft.com/react-routing
kriasoft/react-routing
react-routing
/
src
/
index.js
9 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * React Routing | http://www.kriasoft.com/react-routing * Copyright (c) Konstantin Tarkus <hello
@tarkus
.me> | The MIT License */
import
Router
from
'./Router'
;
export
default
{
Router
};