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