From d0530d419970182423e7cdfc430025ec174a7795 Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Fri, 29 Mar 2024 01:09:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 969428a..00a442c 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -2,8 +2,7 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; import { ReactNode } from "react"; -import { GoogleAnalytics } from '@next/third-parties/google' - +import { GoogleAnalytics } from '@next/third-parties/google'; const inter = Inter({ subsets: ["latin"] });