CR fixes III
[arvados-workbench2.git] / src / store / projects / project-update-actions.ts
index 39b97b24f782e7d0ac1e99a46b441f8828352fb8..8e327ebeb3e25041012ad918f3e30aa1225bdda6 100644 (file)
@@ -7,7 +7,7 @@ import { initialize, startSubmit, stopSubmit } from 'redux-form';
 import { RootState } from "~/store/store";
 import { dialogActions } from "~/store/dialog/dialog-actions";
 import { ContextMenuResource } from '~/store/context-menu/context-menu-reducer';
-import { getCommonResourceServiceError, CommonResourceServiceError } from "~/common/api/common-resource-service";
+import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service";
 import { ServiceRepository } from "~/services/services";
 import { ProjectResource } from '~/models/project';
 
@@ -40,4 +40,4 @@ export const updateProject = (project: Partial<ProjectResource>) =>
             }
             return ;
         }
-    };
\ No newline at end of file
+    };