TP-89230 | universal call sdk

This commit is contained in:
varnit goyal
2024-11-03 11:26:55 +05:30
parent a0a7b26ce8
commit 2cd1123356

View File

@@ -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;