UNPKG
trc-client-core
Version:
latest (0.0.3)
0.0.3
The core of the TRC Client
github.com/blueflag/trc-client-core
blueflag/trc-client-core
trc-client-core
/
src
/
global
/
history.js
3 lines
•
121 B
JavaScript
View Raw
1
2
3
import
createHashHistory
from
'history/lib/createHashHistory'
;
var
history =
createHashHistory
();
export
default
history;