X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e4b54c3b5d99c99553e319ead28c3aa8dcd6eecc..925a083d8e82281a6d1de1f1021a88da147e5bac:/src/views-components/dialog-forms/move-process-dialog.ts diff --git a/src/views-components/dialog-forms/move-process-dialog.ts b/src/views-components/dialog-forms/move-process-dialog.ts index ce854ef2..d09e6b86 100644 --- a/src/views-components/dialog-forms/move-process-dialog.ts +++ b/src/views-components/dialog-forms/move-process-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 { PROCESS_MOVE_FORM_NAME } from '~/store/processes/process-move-actions'; -import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; -import { DialogMoveTo } from '~/views-components/dialog-move/dialog-move-to'; -import { moveProcess } from '~/store/workbench/workbench-actions'; -import { pickerId } from '~/store/tree-picker/picker-id'; +import { PROCESS_MOVE_FORM_NAME } from 'store/processes/process-move-actions'; +import { MoveToFormDialogData } from 'store/move-to-dialog/move-to-dialog'; +import { DialogMoveTo } from 'views-components/dialog-move/dialog-move-to'; +import { moveProcess } from 'store/workbench/workbench-actions'; +import { pickerId } from 'store/tree-picker/picker-id'; export const MoveProcessDialog = compose( withDialog(PROCESS_MOVE_FORM_NAME),