fix: remove @vercel/analytics import (package already removed)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
762aefbfd1
commit
338d444661
|
|
@ -2,7 +2,6 @@ import type React from "react"
|
|||
import type { Metadata } from "next"
|
||||
import { GeistSans } from "geist/font/sans"
|
||||
import { Crimson_Text } from "next/font/google"
|
||||
import { Analytics } from "@vercel/analytics/next"
|
||||
import { Suspense } from "react"
|
||||
import "./globals.css"
|
||||
|
||||
|
|
@ -54,7 +53,6 @@ export default function RootLayout({
|
|||
<html lang="en">
|
||||
<body className={`font-sans ${GeistSans.variable} ${crimsonText.variable}`}>
|
||||
<Suspense fallback={<div>Loading...</div>}>{children}</Suspense>
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue