diff --git a/app/layout.tsx b/app/layout.tsx index a0e2476..3586eb4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,7 +6,7 @@ import Header from '../components/header'; import Footer from '../components/footer'; import GlobalModal from '@/components/modal/globalModal'; import QueryProvider from '@/components/providers/queryProvider'; -import { GoogleAnalytics } from '@next/third-parties/google'; +import { GoogleAnalytics, GoogleTagManager } from '@next/third-parties/google'; const pretendard = localFont({ src: [ @@ -38,6 +38,7 @@ export default function RootLayout({ }>) { return ( +
@@ -50,7 +51,6 @@ export default function RootLayout({ strategy="beforeInteractive" /> - ); }