1import { createBrowserHistory } from 'history'; 2 3export const history = createBrowserHistory({ basename: '/' }); 4 5