history.js 95 B

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