From 4b5d4b80c36656d93b1691175f469b6d55505e49 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:27:27 +0100 Subject: [PATCH] Update layout.tsx --- web/app/layout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index d3f878f..8117606 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -66,7 +66,10 @@ export default function RootLayout({ -
{children}
+
+ +
{children}
+
)