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