更新代码

This commit is contained in:
fatwang2
2024-03-29 01:09:19 +08:00
parent 4b72486b3c
commit d0530d4199
+1 -2
View File
@@ -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"] });