From ad4c219935f5ca3a9682b8afd45d3619789b0975 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 3 Feb 2022 19:41:17 -0300 Subject: [PATCH] 18661: Removes unused import. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/views-components/main-content-bar/main-content-bar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views-components/main-content-bar/main-content-bar.tsx b/src/views-components/main-content-bar/main-content-bar.tsx index fe1034f6..a460a518 100644 --- a/src/views-components/main-content-bar/main-content-bar.tsx +++ b/src/views-components/main-content-bar/main-content-bar.tsx @@ -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"; -- 2.30.2