Change move-to feature - files path, rename variables and files
[arvados.git] / src / views-components / dialog-forms / copy-collection-dialog.ts
index 9f25c14b811d48a010a6bcdae7a27efa80ed1aec..ee6293abb8c0c64e5fe2431eba26837ea0d2be6a 100644 (file)
@@ -6,7 +6,7 @@ import { compose } from "redux";
 import { withDialog } from "~/store/dialog/with-dialog";
 import { reduxForm } from 'redux-form';
 import { COLLECTION_COPY_FORM_NAME, CollectionCopyFormDialogData, copyCollection } from '~/store/collections/collection-copy-actions';
-import { DialogCollectionCopy } from "~/views-components/dialog-collection-copy/dialog-collection-copy";
+import { DialogCollectionCopy } from "~/views-components/dialog-copy/dialog-collection-copy";
 
 export const CopyCollectionDialog = compose(
     withDialog(COLLECTION_COPY_FORM_NAME),