From 2bfd57d5d41d2f9ee094f6c1dbbcb5ef7b9a8119 Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 19:42:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20docstrings=20to=20`refacto?= =?UTF-8?q?r/insung`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docstrings generation was requested by @Insung-Jo. * https://github.com/CoPlay-FE/coplan/pull/126#issuecomment-2994402662 The following files were modified: * `src/app/(auth)/layout.tsx` --- src/app/(auth)/layout.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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, }: {