history.js 112 B

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