forked from sombochea/verdaccio-ui
chore: sync with verdaccio master
This commit is contained in:
9
src/webui/history.js
Normal file
9
src/webui/history.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
|
||||
import { createBrowserHistory } from 'history';
|
||||
|
||||
const history = createBrowserHistory();
|
||||
|
||||
export default history;
|
||||
Reference in New Issue
Block a user