From 9502944bbce47b72f3a07818d13511851641030d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Cho=C5=82a?= <69403782+choeqq@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:54:00 +0100 Subject: [PATCH] remove duplicated main element (#233) --- website/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/app/layout.tsx b/website/src/app/layout.tsx index a856412..61861a3 100644 --- a/website/src/app/layout.tsx +++ b/website/src/app/layout.tsx @@ -11,7 +11,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( -
{children}
+
{children}