From db60225e4102a54fa2b10c1c9cc5d5ef9b8af918 Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Sat, 30 Dec 2023 09:30:11 +0200 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 712306c..bab505f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,6 +16,7 @@ export default function RootLayout({ }) { return ( + {children} );