import { Meta } from "@calcom/ui"; import PageWrapper from "@components/PageWrapper"; import { getLayout } from "@components/auth/layouts/AdminLayout"; function AdminAppsView() { return ( <>

Admin index

); } AdminAppsView.getLayout = getLayout; AdminAppsView.PageWrapper = PageWrapper; export default AdminAppsView;