X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/185f57cf4371e7811077bee56976028dd640688d..e4bb589377e9be89787f1b3cc15a0cd2f17a6f7a:/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';