Merge branch '18661-refresh-flicker-fix'. Closes #18661
[arvados-workbench2.git] / src / views-components / main-content-bar / main-content-bar.tsx
index fe1034f6241b21dea7e901d86fe6b33c8274dff7..a460a51800c7d00ee929a82258a6e9a8eea2c3fa 100644 (file)
@@ -12,7 +12,6 @@ import { RootState } from 'store/store';
 import * as Routes from 'routes/routes';
 import { toggleDetailsPanel } from 'store/details-panel/details-panel-action';
 import RefreshButton from "components/refresh-button/refresh-button";
-import { reloadProjectMatchingUuid } from "store/workbench/workbench-actions";
 import { loadSidePanelTreeProjects } from "store/side-panel-tree/side-panel-tree-actions";
 
 type CssRules = "infoTooltip";