diff --git a/src/app/(auth)/layout.tsx b/src/app/(auth)/layout.tsx index 1cf9d0d..9bdfd37 100644 --- a/src/app/(auth)/layout.tsx +++ b/src/app/(auth)/layout.tsx @@ -1,3 +1,10 @@ +/** + * Provides a centered layout for dashboard pages with responsive horizontal padding. + * + * Renders its children inside a vertically and horizontally centered container with a fixed width and adjustable padding for mobile-wide screens. + * + * @param children - The content to display within the dashboard layout + */ export default function DashboardLayout({ children, }: {