* make no-meeting-found page use ssr * remove-route-groups * add LayoutHOC * fix * fix * ensure proper types for withLayout function --------- Co-authored-by: Greg Pabian <35925521+grzpab@users.noreply.github.com>
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { WithLayout } from "app/layoutHOC";
|
|
|
|
import { getLayout } from "@components/auth/layouts/AdminLayoutAppDir";
|
|
|
|
export default WithLayout({ getLayout })<"L">;
|