import { createHashHistory as createHistory } from 'history' const history = createHistory() export { history } export default history