Merge branch '14097-make-a-copy-process'
[arvados-workbench2.git] / src / store / collections / collection-create-actions.ts
index 5a1246a7b0891b4a387cfb7a92dd538b4c34cc8a..254d6a8aa6850cb318057f5bbbccd228e397653e 100644 (file)
@@ -7,7 +7,7 @@ import { reset, startSubmit, stopSubmit, initialize } from 'redux-form';
 import { RootState } from '~/store/store';
 import { dialogActions } from "~/store/dialog/dialog-actions";
 import { ServiceRepository } from '~/services/services';
-import { getCommonResourceServiceError, CommonResourceServiceError } from "~/common/api/common-resource-service";
+import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service";
 import { uploadCollectionFiles } from './collection-upload-actions';
 import { fileUploaderActions } from '~/store/file-uploader/file-uploader-actions';