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

10 lines
257 B
TypeScript

"use client";
import withEmbedSsr from "@lib/withEmbedSsr";
import { getServerSideProps as _getServerSideProps } from "../../team/[slug]";
export { default } from "../../team/[slug]";
export const getServerSideProps = withEmbedSsr(_getServerSideProps);