X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c4fb72d1ddf4080cae66e296b873e5605e83e326..ceda57340f34d71fb4289b344e6ca839db06f5e7:/src/store/collections/collection-move-actions.ts diff --git a/src/store/collections/collection-move-actions.ts b/src/store/collections/collection-move-actions.ts index 8be62509..770eed1a 100644 --- a/src/store/collections/collection-move-actions.ts +++ b/src/store/collections/collection-move-actions.ts @@ -13,7 +13,7 @@ import { projectPanelActions } from '~/store/project-panel/project-panel-action' import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; import { resetPickerProjectTree } from '~/store/project-tree-picker/project-tree-picker-actions'; import { progressIndicatorActions } from "~/store/progress-indicator/progress-indicator-actions"; -import { initProjectsTreePicker } from '../tree-picker/tree-picker-actions'; +import { initProjectsTreePicker } from '~/store/tree-picker/tree-picker-actions'; export const COLLECTION_MOVE_FORM_NAME = 'collectionMoveFormName';