mh-lcmk-sms-web/src/utils/history.js

8 lines
138 B
JavaScript
Raw Normal View History

2024-05-27 09:25:22 +08:00
import { createHashHistory as createHistory } from 'history'
const history = createHistory()
export { history }
export default history