X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a6fea74799f8fc473578978499f66171f5b6ab3..b6ac7fe88d347582d39fffa002e300af222c578f:/src/views-components/context-menu/action-sets/root-project-action-set.ts diff --git a/src/views-components/context-menu/action-sets/root-project-action-set.ts b/src/views-components/context-menu/action-sets/root-project-action-set.ts index 386c5162f3..9cf5bf031a 100644 --- a/src/views-components/context-menu/action-sets/root-project-action-set.ts +++ b/src/views-components/context-menu/action-sets/root-project-action-set.ts @@ -3,9 +3,9 @@ // SPDX-License-Identifier: AGPL-3.0 import { ContextMenuActionSet } from "../context-menu-action-set"; -import { openCollectionCreateDialog } from '~/store/collections/collection-create-actions'; -import { NewProjectIcon, CollectionIcon } from "~/components/icon/icon"; -import { openProjectCreateDialog } from '~/store/projects/project-create-actions'; +import { openCollectionCreateDialog } from 'store/collections/collection-create-actions'; +import { NewProjectIcon, CollectionIcon } from "components/icon/icon"; +import { openProjectCreateDialog } from 'store/projects/project-create-actions'; export const rootProjectActionSet: ContextMenuActionSet = [[ {