cal.pub0.org/apps/web/pages/new-booker/team/[slug]/embed.tsx

8 lines
248 B
TypeScript

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