* manual: app-directory-boilerplate-calcom * manual: import components directly * manual: move files to correct route groups and add metadata * manual: Change structure & Refactor to make code up to date * manual: refactors * Fix * manual: fix type of arg of getData * manual: fix type error * fix type bugs * fix * fixing the build * wip --------- Co-authored-by: Greg Pabian <35925521+grzpab@users.noreply.github.com>
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import { WithLayout } from "app/layoutHOC";
|
|
|
|
import { getLayout } from "@calcom/features/settings/layouts/SettingsLayoutAppDir";
|
|
|
|
export default WithLayout({ getLayout });
|