8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
import { createHashHistory as createHistory } from 'history'
|
|
|
|
const history = createHistory()
|
|
|
|
export { history }
|
|
|
|
export default history
|