X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f0a64666816383d2641d5fa7ea22019441ac4464..3d1c23fe4f88c28a66ea1f4c5a730c37ecbe58bd:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index aa372fa5..d428b1c3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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"; @@ -166,5 +166,3 @@ const initListener = (history: History, store: RootStore, services: ServiceRepos } }; }; - -// force build comment #1