X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4d2f28ce28f9a6ff5018a4a0c5200ee4bfb277e2..d4d0208892ea0f0f4bf79691770b14aca89db92b:/src/views-components/dialog-forms/partial-copy-to-collection-dialog.ts diff --git a/src/views-components/dialog-forms/partial-copy-to-collection-dialog.ts b/src/views-components/dialog-forms/partial-copy-to-collection-dialog.ts index 8f062ac4..d7b33929 100644 --- a/src/views-components/dialog-forms/partial-copy-to-collection-dialog.ts +++ b/src/views-components/dialog-forms/partial-copy-to-collection-dialog.ts @@ -4,10 +4,10 @@ import { compose } from "redux"; import { reduxForm } from 'redux-form'; -import { withDialog, } from '~/store/dialog/with-dialog'; -import { CollectionPartialCopyToSelectedCollectionFormData, copyCollectionPartialToSelectedCollection, COLLECTION_PARTIAL_COPY_TO_SELECTED_COLLECTION } from '~/store/collections/collection-partial-copy-actions'; -import { DialogCollectionPartialCopyToSelectedCollection } from "~/views-components/dialog-copy/dialog-partial-copy-to-collection"; -import { pickerId } from "~/store/tree-picker/picker-id"; +import { withDialog, } from 'store/dialog/with-dialog'; +import { CollectionPartialCopyToSelectedCollectionFormData, copyCollectionPartialToSelectedCollection, COLLECTION_PARTIAL_COPY_TO_SELECTED_COLLECTION } from 'store/collections/collection-partial-copy-actions'; +import { DialogCollectionPartialCopyToSelectedCollection } from "views-components/dialog-copy/dialog-partial-copy-to-collection"; +import { pickerId } from "store/tree-picker/picker-id"; export const PartialCopyToCollectionDialog = compose( withDialog(COLLECTION_PARTIAL_COPY_TO_SELECTED_COLLECTION),