From d022547fbc28b767b4421a2cb08ba17a5f8d1a3a Mon Sep 17 00:00:00 2001 From: hj9118 Date: Wed, 24 Apr 2024 02:17:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=95=EB=A0=AC=20=EC=86=8D=EC=84=B1?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b517d155..a2060b4e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,8 @@ import type { Metadata } from 'next'; import '../style/globals.css'; +import GNB from './_components/GNB'; +import Header from './_components/Header'; import Introduction from './_components/Introduction'; export const metadata: Metadata = { @@ -16,12 +18,16 @@ const RootLayout = ({ return ( -
+
-
- {children} +
+
+
+ {children} +
+