Files
calendar/apps/web/pages/reschedule/[uid]/embed.tsx
T
2022-12-07 13:08:34 -07:00

8 lines
224 B
TypeScript

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