X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fa8e4468481efa1d43065b73ae1fa08fb0e851a7..352e8d13baae99e7f4e9f1b88253d6988541fecb:/src/views-components/dialog-forms/move-collection-dialog.ts diff --git a/src/views-components/dialog-forms/move-collection-dialog.ts b/src/views-components/dialog-forms/move-collection-dialog.ts index b817b6a0..14cecad5 100644 --- a/src/views-components/dialog-forms/move-collection-dialog.ts +++ b/src/views-components/dialog-forms/move-collection-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 { DialogMoveTo } from '~/views-components/dialog-move/dialog-move-to'; -import { COLLECTION_MOVE_FORM_NAME } from '~/store/collections/collection-move-actions'; -import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; -import { moveCollection } from '~/store/workbench/workbench-actions'; -import { pickerId } from '~/store/tree-picker/picker-id'; +import { DialogMoveTo } from 'views-components/dialog-move/dialog-move-to'; +import { COLLECTION_MOVE_FORM_NAME } from 'store/collections/collection-move-actions'; +import { MoveToFormDialogData } from 'store/move-to-dialog/move-to-dialog'; +import { moveCollection } from 'store/workbench/workbench-actions'; +import { pickerId } from 'store/tree-picker/picker-id'; export const MoveCollectionDialog = compose( withDialog(COLLECTION_MOVE_FORM_NAME),