From cc25a0bac41dcb2586bc569a46120743a3651654 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 13:41:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ddb72d1..b7824d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1265,4 +1265,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 0ec5719f18ac6ec1847ee8dd8250fde39f94cf11 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 13:41:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dd676b..651ceda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -504,4 +504,4 @@ export default function Page() { ); -} +} \ No newline at end of file -- 2.49.1