X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/085aaccee3eea289a443f227cdd856c2761940ca..bccb9ca5151f041d8c8b73098a3e1874023e3efa:/src/services/link-service/link-service.ts diff --git a/src/services/link-service/link-service.ts b/src/services/link-service/link-service.ts index 2fb75d50..4c12cd0b 100644 --- a/src/services/link-service/link-service.ts +++ b/src/services/link-service/link-service.ts @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: AGPL-3.0 -import CommonResourceService from "../../common/api/common-resource-service"; +import { CommonResourceService } from "../../common/api/common-resource-service"; import { LinkResource } from "../../models/link"; import { AxiosInstance } from "axios"; -export default class LinkService extends CommonResourceService { +export class LinkService extends CommonResourceService { constructor(serverApi: AxiosInstance) { super(serverApi, "links"); }