new version 1.2.4

This commit is contained in:
MacRimi
2026-07-18 21:09:40 +02:00
parent 52d7e20979
commit 451f541342
21 changed files with 1069 additions and 176 deletions
+2
View File
@@ -4,6 +4,7 @@ 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 { PwaInstallPrompt } from "../components/pwa-install-prompt"
import { Suspense } from "react"
import "./globals.css"
@@ -48,6 +49,7 @@ export default function RootLayout({
</ThemeProvider>
</Suspense>
<PwaRegister />
<PwaInstallPrompt />
</body>
</html>
)