Delegate workbench refreshing actions from project dialog actions
[arvados-workbench2.git] / src / index.tsx
index ad77162986e01978a1c3cc30f58c002f627388bf..c7f76c68f8c2e971a7558122f50ba0602512fea9 100644 (file)
@@ -28,7 +28,7 @@ import { collectionFilesItemActionSet } from './views-components/context-menu/ac
 import { collectionActionSet } from './views-components/context-menu/action-sets/collection-action-set';
 import { collectionResourceActionSet } from './views-components/context-menu/action-sets/collection-resource-action-set';
 import { addRouteChangeHandlers } from './routes/routes';
-import { loadWorkbench } from './store/navigation/navigation-action';
+import { loadWorkbench } from './store/workbench/workbench-actions';
 import { Routes } from '~/routes/routes';
 
 const getBuildNumber = () => "BN-" + (process.env.REACT_APP_BUILD_NUMBER || "dev");