X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/185f57cf4371e7811077bee56976028dd640688d..925a083d8e82281a6d1de1f1021a88da147e5bac:/src/views-components/dialog-forms/move-project-dialog.ts diff --git a/src/views-components/dialog-forms/move-project-dialog.ts b/src/views-components/dialog-forms/move-project-dialog.ts index 03e474b1..0729e29c 100644 --- a/src/views-components/dialog-forms/move-project-dialog.ts +++ b/src/views-components/dialog-forms/move-project-dialog.ts @@ -3,13 +3,13 @@ // SPDX-License-Identifier: AGPL-3.0 import { compose } from "redux"; -import { withDialog } from "~/store/dialog/with-dialog"; +import { withDialog } from "store/dialog/with-dialog"; import { reduxForm } from 'redux-form'; -import { PROJECT_MOVE_FORM_NAME } from '~/store/projects/project-move-actions'; -import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; -import { DialogMoveTo } from '~/views-components/dialog-move/dialog-move-to'; -import { moveProject } from '~/store/workbench/workbench-actions'; -import { pickerId } from '~/store/tree-picker/picker-id'; +import { PROJECT_MOVE_FORM_NAME } from 'store/projects/project-move-actions'; +import { MoveToFormDialogData } from 'store/move-to-dialog/move-to-dialog'; +import { DialogMoveTo } from 'views-components/dialog-move/dialog-move-to'; +import { moveProject } from 'store/workbench/workbench-actions'; +import { pickerId } from 'store/tree-picker/picker-id'; export const MoveProjectDialog = compose( withDialog(PROJECT_MOVE_FORM_NAME),