15672: Fixes warnings
[arvados-workbench2.git] / src / index.tsx
index aa372fa5081c0eb2c4d05ea1b22babed765ece8a..bf810fb7583695bce32279269a11a3ce388615fc 100644 (file)
@@ -8,7 +8,7 @@ import { Provider } from "react-redux";
 import { MainPanel } from '~/views/main-panel/main-panel';
 import '~/index.css';
 import { Route, Switch } from 'react-router';
-import createBrowserHistory from "history/createBrowserHistory";
+import { createBrowserHistory } from "history";
 import { History } from "history";
 import { configureStore, RootStore } from '~/store/store';
 import { ConnectedRouter } from "react-router-redux";