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

8 lines
301 B
TypeScript

import withEmbedSsr from "@lib/withEmbedSsr";
import { getServerSideProps as _getServerSideProps } from "~/bookings/views/bookings-single-view.getServerSideProps";
export { default } from "~/bookings/views/bookings-single-view";
export const getServerSideProps = withEmbedSsr(_getServerSideProps);