1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-21 00:57:47 +07:00
verdaccio-ui/src/webui/history.js

10 lines
136 B
JavaScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
/**
* @prettier
*/
2019-03-28 05:39:06 +07:00
import { createBrowserHistory } from 'history';
2019-02-03 17:23:33 +07:00
const history = createBrowserHistory();
export default history;