summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/utils/history.js
blob: ee3abb793cfb76d098f9d95da885f8e0f710e6ed (plain)
1
2
3
import { createBrowserHistory } from 'history';
const history = createBrowserHistory();
export default history;