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

10 lines
136 B
JavaScript

/**
* @prettier
*/
import { createBrowserHistory } from 'history';
const history = createBrowserHistory();
export default history;