history.js 112 Bytes
import { createBrowserHistory } from 'history';
const history = createBrowserHistory();
export default history;