history.js 107 B

12345
  1. // src/history.js
  2. import { createBrowserHistory } from "history";
  3. export default createBrowserHistory();