history.ts 103 B

123
  1. import { createHashHistory } from 'history'
  2. const history = createHashHistory()
  3. export default history