CR fixes III
[arvados.git] / src / store / collection-panel / collection-panel-files / collection-panel-files-actions.ts
index d509218ecfa2ca8cd0c203780ad8985ae734f85b..f214fd2f7b41297677efac451836bf09568eee1a 100644 (file)
@@ -12,7 +12,7 @@ import { dialogActions } from '../../dialog/dialog-actions';
 import { getNodeValue } from "~/models/tree";
 import { filterCollectionFilesBySelection } from './collection-panel-files-state';
 import { startSubmit, initialize, stopSubmit, reset } from 'redux-form';
-import { getCommonResourceServiceError, CommonResourceServiceError } from "~/common/api/common-resource-service";
+import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service";
 import { getDialog } from "~/store/dialog/dialog-reducer";
 import { resetPickerProjectTree } from '~/store/project-tree-picker/project-tree-picker-actions';
 
@@ -86,8 +86,6 @@ export const openMultipleFilesRemoveDialog = () =>
         }
     });
 
-
-
 export const RENAME_FILE_DIALOG = 'renameFileDialog';
 export interface RenameFileDialogData {
     name: string;