unpkg/modules/client/history.js

6 lines
115 B
JavaScript

import createHistory from 'history/lib/createHashHistory'
const history = createHistory()
export default history