From: Lucas Di Pentima Date: Thu, 3 Feb 2022 22:41:17 +0000 (-0300) Subject: 18661: Removes unused import. X-Git-Tag: 2.4.0~13^2~2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ad4c219935f5ca3a9682b8afd45d3619789b0975 18661: Removes unused import. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- 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";