X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f1850a385ee8e0a011474de19ee6507b0b168f3..44c8f9ed561513b607d3eca752ad3e1efd376f56:/services/workbench2/src/store/context-menu/context-menu-actions.ts diff --git a/services/workbench2/src/store/context-menu/context-menu-actions.ts b/services/workbench2/src/store/context-menu/context-menu-actions.ts index 464314877f..4c31fa4e94 100644 --- a/services/workbench2/src/store/context-menu/context-menu-actions.ts +++ b/services/workbench2/src/store/context-menu/context-menu-actions.ts @@ -4,7 +4,7 @@ import { unionize, ofType, UnionOf } from "common/unionize"; import { ContextMenuPosition } from "./context-menu-reducer"; -import { ContextMenuKind } from "views-components/context-menu/context-menu"; +import { ContextMenuKind } from "views-components/context-menu/menu-item-sort"; import { Dispatch } from "redux"; import { RootState } from "store/store"; import { getResource, getResourceWithEditableStatus } from "../resources/resources";