History.jsx 139 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 import { createBrowserHistory } from 'history' export default createBrowserHistory({ /* pass a configuration object here if needed */ })