X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/1bbdd9c70d0099e0bf46b3c1ac55e423e3406314..11e786a3643a6813b13a1322d18cba74a1a0233a:/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',