mirror of
https://github.com/handsomezhuzhu/2fa-tool.git
synced 2026-04-18 14:22:54 +00:00
fix: suppress benign warning from analytics component
Remove @vercel/analytics to eliminate benign warning. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type React from "react"
|
||||
import type { Metadata } from "next"
|
||||
import { Geist, Geist_Mono } from "next/font/google"
|
||||
import { Analytics } from "@vercel/analytics/next"
|
||||
import { ThemeProvider } from "@/components/theme-provider"
|
||||
import { LanguageProvider } from "@/lib/i18n"
|
||||
import "./globals.css"
|
||||
@@ -36,7 +35,6 @@ export default function RootLayout({
|
||||
>
|
||||
<LanguageProvider>{children}</LanguageProvider>
|
||||
</ThemeProvider>
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user