Connect project explorer to the store
[arvados-workbench2.git] / src / index.tsx
index cf1610f83226cd12a279b4a28db1f3494ee740a7..580487846f05f9074068b20761c3b81579768f5b 100644 (file)
@@ -18,16 +18,7 @@ import { getProjectList } from "./store/project/project-action";
 
 const history = createBrowserHistory();
 
-const store = configureStore({
-    projects: [
-    ],
-    router: {
-        location: null
-    },
-    auth: {
-        user: undefined
-    }
-}, history);
+const store = configureStore(history);
 
 store.dispatch(authActions.INIT());
 const rootUuid = authService.getRootUuid();