From d86028b98b9dd76b3fada90978a4f7148c513d46 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 21:35:33 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 7b10f60..3397637 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -38,7 +38,7 @@ export default function Layout() { ]; return ( - + ); -} +} \ No newline at end of file