* 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>
4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
import { WithLayout } from "app/layoutHOC";
|
|
|
|
export default WithLayout({ getLayout: null })<"L">;
|