From e366dd3ae3fa67974b3a1a2bb52bddcbed3b8cb0 Mon Sep 17 00:00:00 2001 From: YerangPark Date: Thu, 17 Oct 2024 20:44:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B0=ED=8F=AC=ED=99=98=EA=B2=BD=20?= =?UTF-8?q?=EB=B0=98=EC=9D=91=ED=98=95=20=EB=AF=B8=EC=A0=81=EC=9A=A9?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20meta=20=ED=83=9C=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 55c1d01..09c33b2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,6 +13,9 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( + + + {children}