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

8 lines
224 B
TypeScript
Raw Normal View History

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