Default
Function: default()
function default(props): Promise<Element>
Defined in: src/app/auth/layout.tsx:10
AuthLayout component that serves as a layout for authentication-related pages. This component is used to wrap the content of authentication pages such as login and logout.
Parameters
props
Readonly<{ children: React.ReactNode; }>
The properties passed to the component.
Returns
Promise<Element>
A JSX element that contains the children wrapped in a div with padding.