X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/af7233e3695ad99ae500b51390e1bf9c1c8c5a5c..18283116c4248b8f5f371387b01c6300ec08cadc:/services/workbench2/src/views/process-panel/process-panel-root.tsx diff --git a/services/workbench2/src/views/process-panel/process-panel-root.tsx b/services/workbench2/src/views/process-panel/process-panel-root.tsx index 2a9b3882e8..c8e93aa3ae 100644 --- a/services/workbench2/src/views/process-panel/process-panel-root.tsx +++ b/services/workbench2/src/views/process-panel/process-panel-root.tsx @@ -24,7 +24,6 @@ import { ProcessCmdCard } from "./process-cmd-card"; import { ContainerRequestResource } from "models/container-request"; import { OutputDetails, NodeInstanceType } from "store/process-panel/process-panel"; import { NotFoundView } from 'views/not-found-panel/not-found-panel'; -import { CollectionFile } from 'models/collection-file'; type CssRules = "root"; @@ -198,6 +197,7 @@ export const ProcessPanelRoot = withStyles(styles)(