UNPKG
@lolpix/react-hashrouter
Version:
latest (0.0.2)
0.0.2
0.0.1
A fluent hash based router for React apps
github.com/lolPix/react-hashrouter
lolPix/react-hashrouter
@lolpix/react-hashrouter
/
index.js
7 lines
(4 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
HashRouter
}
from
'./HashRouter'
;
import
Link
from
'./Link'
;
export
default
HashRouter
;
export
{
Link
};