unpkg/modules/client/history.js

6 lines
115 B
JavaScript
Raw Normal View History

2016-05-20 18:58:58 +00:00
import createHistory from 'history/lib/createHashHistory'
const history = createHistory()
export default history