refs #13828 Merge branch 'origin/13828-trash-view'
[arvados-workbench2.git] / src / services / log-service / log-service.ts
index c92475d55db24f77e81c8be0dd221aa6f409b663..8f6c66c8a2ddbf24f9e02fb0fe84874036b23f6c 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { CommonResourceService } from "~/common/api/common-resource-service";
 import { AxiosInstance } from "axios";
 import { LogResource } from '~/models/log';
+import { CommonResourceService } from "~/services/common-service/common-resource-service";
 
 export class LogService extends CommonResourceService<LogResource> {
     constructor(serverApi: AxiosInstance) {