From 33ec967e78d3b1e36bb4e0457080828d8a75f471 Mon Sep 17 00:00:00 2001 From: Kuesung Park Date: Wed, 30 Aug 2023 09:13:15 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EA=B8=B0=EC=A1=B4=20Gtag=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 48a2a42c..e7514a90 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -60,24 +60,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }) - ); } - -function Gtag() { - return ( - <> - - - ); -}