2
0
Files
cal/calcom/apps/web/app/future/getting-started/[[...step]]/page.tsx
2024-08-09 00:39:27 +02:00

8 lines
340 B
TypeScript

import Page from "@pages/getting-started/[[...step]]";
import { withAppDirSsr } from "app/WithAppDirSsr";
import { WithLayout } from "app/layoutHOC";
import { getServerSideProps } from "@lib/getting-started/[[...step]]/getServerSideProps";
export default WithLayout({ getLayout: null, getData: withAppDirSsr(getServerSideProps), Page });