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

8 lines
226 B
TypeScript

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