From 2cd11233565c0e9d5ed6c18f49225314246beb60 Mon Sep 17 00:00:00 2001 From: varnit goyal Date: Sun, 3 Nov 2024 11:26:55 +0530 Subject: [PATCH] TP-89230 | universal call sdk --- packages/adapter-ameyo/lib/api.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;