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

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);