Files
calendar/apps/web/app/future/more/page.tsx
T

5 lines
136 B
TypeScript

import Page from "@pages/more";
import { WithLayout } from "app/layoutHOC";
export default WithLayout({ getLayout: null, Page })<"P">;