history.js 113 B

1234
  1. import createHistory from 'history/createBrowserHistory'
  2. const history = createHistory()
  3. export default history