Update AppImage

This commit is contained in:
MacRimi
2025-10-29 20:57:06 +01:00
parent d08557ad0e
commit e6400918c8
3 changed files with 3 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import type React from "react"
import type { Metadata } from "next"
import { GeistSans } from "geist/font/sans"
import { GeistMono } from "geist/font/mono"
import { Analytics } from "@vercel/analytics/next"
import { ThemeProvider } from "../components/theme-provider"
import { Suspense } from "react"
import "./globals.css"
@@ -40,7 +39,6 @@ export default function RootLayout({
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
{children}
</ThemeProvider>
<Analytics />
</Suspense>
</body>
</html>