From 5d71dfc73defe1be95e570c7de7119d7eeb23da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Fri, 1 Mar 2024 16:21:31 +0330 Subject: [PATCH] fix children --- src/app/layout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.jsx b/src/app/layout.jsx index bfd1b8c..473486d 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -45,7 +45,7 @@ export default function RootLayout({ children }) { return ( - + {children} );