diff --git a/packages/adapter-ameyo/lib/api.ts b/packages/adapter-ameyo/lib/api.ts index 6ecebc1..00b997d 100644 --- a/packages/adapter-ameyo/lib/api.ts +++ b/packages/adapter-ameyo/lib/api.ts @@ -1,6 +1,6 @@ -import getResponseWithoutCors from "@universal-call-sdk/common/utils/getResponseWithoutCors.ts"; -import {RequestKeys} from "./types.ts"; -import RequestType from "@universal-call-sdk/common/types/RequestType.ts"; +import {getResponseWithoutCors} from "@universal-call-sdk/common/lib/main.ts"; +import {RequestKeys} from "./types"; +import {RequestType} from "@universal-call-sdk/common/lib/main.ts"; const BASE_AMEYO_URL = window.BASE_AMEYO_URL;