X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/17d467bf2fecc68a6d66beea293cf23a38f95a53..5e020488f67b5bc919796e0dc8b0b9f3b3ff23b0:/src/services/keep-service/keep-service.ts diff --git a/src/services/keep-service/keep-service.ts b/src/services/keep-service/keep-service.ts index 5a89ba57b4..0af6789513 100644 --- a/src/services/keep-service/keep-service.ts +++ b/src/services/keep-service/keep-service.ts @@ -2,10 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { CommonResourceService } from "~/services/common-service/common-resource-service"; +import { CommonResourceService } from "services/common-service/common-resource-service"; import { AxiosInstance } from "axios"; -import { KeepServiceResource } from "~/models/keep-services"; -import { ApiActions } from "~/services/api/api-actions"; +import { KeepServiceResource } from "models/keep-services"; +import { ApiActions } from "services/api/api-actions"; export class KeepService extends CommonResourceService { constructor(serverApi: AxiosInstance, actions: ApiActions) {