6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
import createHistory from 'history/lib/createHashHistory'
|
|
|
|
const history = createHistory()
|
|
|
|
export default history
|