X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b56fac763b24e34c5c2ba42cf9e183ffcc2014fc..4f88234088269faa064da9459376c3af2a740a7d:/src/services/authorized-keys-service/authorized-keys-service.ts diff --git a/src/services/authorized-keys-service/authorized-keys-service.ts b/src/services/authorized-keys-service/authorized-keys-service.ts index c952f425..ef296e95 100644 --- a/src/services/authorized-keys-service/authorized-keys-service.ts +++ b/src/services/authorized-keys-service/authorized-keys-service.ts @@ -3,9 +3,9 @@ // SPDX-License-Identifier: AGPL-3.0 import { AxiosInstance } from "axios"; -import { SshKeyResource } from '~/models/ssh-key'; -import { CommonResourceService, CommonResourceServiceError } from '~/services/common-service/common-resource-service'; -import { ApiActions } from "~/services/api/api-actions"; +import { SshKeyResource } from 'models/ssh-key'; +import { CommonResourceService, CommonResourceServiceError } from 'services/common-service/common-resource-service'; +import { ApiActions } from "services/api/api-actions"; export enum AuthorizedKeysServiceError { UNIQUE_PUBLIC_KEY = 'UniquePublicKey',