2
0
Files

10 lines
302 B
TypeScript
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
import AdminAPIView from "@calcom/features/ee/organizations/pages/settings/admin-api";
import type { CalPageWrapper } from "@components/PageWrapper";
import PageWrapper from "@components/PageWrapper";
const Page = AdminAPIView as CalPageWrapper;
Page.PageWrapper = PageWrapper;
export default Page;