Merge branch 'master' of git.curoverse.com:arvados-workbench2 into 14433_properties_i...
[arvados-workbench2.git] / src / services / workflow-service / workflow-service.ts
index 60f898f112751bfbbf59b1840a1e3c50e6ba593d..57ad5fa40fc61394f084dcd8ca778ea7d82aa4b0 100644 (file)
@@ -3,9 +3,9 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { AxiosInstance } from "axios";
-import { WorkflowResource } from '~/models/workflow';
 import { CommonResourceService } from "~/services/common-service/common-resource-service";
-import { ApiActions } from "~/services/api/api-actions";
+import { WorkflowResource } from '~/models/workflow';
+import { ApiActions } from '~/services/api/api-actions';
 
 export class WorkflowService extends CommonResourceService<WorkflowResource> {
     constructor(serverApi: AxiosInstance, actions: ApiActions) {