From 78410a67a4d8d985873e4b530f06129164fa43d5 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:19:02 +0100 Subject: [PATCH] Update layout.tsx --- web/app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 7ed42a6..a3583ea 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -21,4 +21,3 @@ export default function RootLayout({ children }: { children: React.ReactNode }) ) } -