2
0
Files
cal/calcom/apps/web/pages/org/[orgSlug]/embed.tsx
2024-08-09 00:39:27 +02:00

8 lines
222 B
TypeScript

import withEmbedSsr from "@lib/withEmbedSsr";
import { getServerSideProps as _getServerSideProps } from "./index";
export { default } from "./index";
export const getServerSideProps = withEmbedSsr(_getServerSideProps);