From 4c8c888288f30b4b6d7421db640440f4b8fc9804 Mon Sep 17 00:00:00 2001 From: Sumit Date: Wed, 18 Oct 2023 12:19:26 +0530 Subject: [PATCH] test commit --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index bc0eaeb..a2e9195 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,7 @@ export default function RootLayout({ }) { return ( - {children} + {children} ) } \ No newline at end of file