We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832b2ee commit 8e3684bCopy full SHA for 8e3684b
src/app/layout.tsx
@@ -6,6 +6,7 @@ import "slick-carousel/slick/slick.css";
6
import "slick-carousel/slick/slick-theme.css";
7
import DataCheck from "@/components/DataCheck";
8
import ServiceWorkerRegistration from "@/components/ServiceWorkerRegistration"; // New component
9
+import Update from "./update";
10
11
const geistSans = Geist({
12
variable: "--font-geist-sans",
@@ -42,6 +43,7 @@ export default function RootLayout({
42
43
<BackButtonHandler />
44
<ServiceWorkerRegistration /> {/* Add the service worker component */}
45
{children}
46
+ <Update/>
47
</body>
48
</html>
49
);
0 commit comments