X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/83cc752d85a910c19ffaf5c74433fbf7fa76e038..273119605b7f33940a5ef9b1422eb1ff152d6764:/src/store/projects/project-move-actions.ts diff --git a/src/store/projects/project-move-actions.ts b/src/store/projects/project-move-actions.ts index 4dcaf2f5..963070ca 100644 --- a/src/store/projects/project-move-actions.ts +++ b/src/store/projects/project-move-actions.ts @@ -3,16 +3,16 @@ // SPDX-License-Identifier: AGPL-3.0 import { Dispatch } from "redux"; -import { dialogActions } from "~/store/dialog/dialog-actions"; +import { dialogActions } from "store/dialog/dialog-actions"; import { startSubmit, stopSubmit, initialize, FormErrors } from 'redux-form'; -import { ServiceRepository } from '~/services/services'; -import { RootState } from '~/store/store'; -import { getUserUuid } from "~/common/getuser"; -import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service"; -import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; -import { resetPickerProjectTree } from '~/store/project-tree-picker/project-tree-picker-actions'; -import { initProjectsTreePicker } from '~/store/tree-picker/tree-picker-actions'; -import { projectPanelActions } from '~/store/project-panel/project-panel-action'; +import { ServiceRepository } from 'services/services'; +import { RootState } from 'store/store'; +import { getUserUuid } from "common/getuser"; +import { getCommonResourceServiceError, CommonResourceServiceError } from "services/common-service/common-resource-service"; +import { MoveToFormDialogData } from 'store/move-to-dialog/move-to-dialog'; +import { resetPickerProjectTree } from 'store/project-tree-picker/project-tree-picker-actions'; +import { initProjectsTreePicker } from 'store/tree-picker/tree-picker-actions'; +import { projectPanelActions } from 'store/project-panel/project-panel-action'; import { loadSidePanelTreeProjects } from '../side-panel-tree/side-panel-tree-actions'; export const PROJECT_MOVE_FORM_NAME = 'projectMoveFormName';