Skip to content

Commit 8e3684b

Browse files
committed
changes made
1 parent 832b2ee commit 8e3684b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import "slick-carousel/slick/slick.css";
66
import "slick-carousel/slick/slick-theme.css";
77
import DataCheck from "@/components/DataCheck";
88
import ServiceWorkerRegistration from "@/components/ServiceWorkerRegistration"; // New component
9+
import Update from "./update";
910

1011
const geistSans = Geist({
1112
variable: "--font-geist-sans",
@@ -42,6 +43,7 @@ export default function RootLayout({
4243
<BackButtonHandler />
4344
<ServiceWorkerRegistration /> {/* Add the service worker component */}
4445
{children}
46+
<Update/>
4547
</body>
4648
</html>
4749
);

0 commit comments

Comments
 (0)