X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/1a59e5dcc15a9a1aebfd15a08903fcb75efd2aac..cb89000d480757f8e0f97f3560c5942d08bcd95a:/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),