Update 1.2.2.2 beta

This commit is contained in:
MacRimi
2026-06-22 18:52:26 +02:00
parent cfdd78244d
commit 6ab9d4ca27
10 changed files with 100 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ import type { Metadata, Viewport } from "next"
import { GeistSans } from "geist/font/sans"
import { GeistMono } from "geist/font/mono"
import { ThemeProvider } from "../components/theme-provider"
import { PwaRegister } from "../components/pwa-register"
import { Suspense } from "react"
import "./globals.css"
@@ -46,6 +47,7 @@ export default function RootLayout({
{children}
</ThemeProvider>
</Suspense>
<PwaRegister />
</body>
</html>
)