X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e4b54c3b5d99c99553e319ead28c3aa8dcd6eecc..5cefad212822a48c83af1d38cbe14368c0cb1a20:/src/views-components/dialog-forms/partial-copy-collection-dialog.ts diff --git a/src/views-components/dialog-forms/partial-copy-collection-dialog.ts b/src/views-components/dialog-forms/partial-copy-collection-dialog.ts index 37d928be..3630ffb7 100644 --- a/src/views-components/dialog-forms/partial-copy-collection-dialog.ts +++ b/src/views-components/dialog-forms/partial-copy-collection-dialog.ts @@ -4,10 +4,10 @@ import { compose } from "redux"; import { reduxForm } from 'redux-form'; -import { withDialog, } from '~/store/dialog/with-dialog'; -import { CollectionPartialCopyFormData, copyCollectionPartial, COLLECTION_PARTIAL_COPY_FORM_NAME } from '~/store/collections/collection-partial-copy-actions'; -import { DialogCollectionPartialCopy } from "~/views-components/dialog-copy/dialog-collection-partial-copy"; -import { pickerId } from "~/store/tree-picker/picker-id"; +import { withDialog, } from 'store/dialog/with-dialog'; +import { CollectionPartialCopyFormData, copyCollectionPartial, COLLECTION_PARTIAL_COPY_FORM_NAME } from 'store/collections/collection-partial-copy-actions'; +import { DialogCollectionPartialCopy } from "views-components/dialog-copy/dialog-collection-partial-copy"; +import { pickerId } from "store/tree-picker/picker-id"; export const PartialCopyCollectionDialog = compose(