From fb55c93fdc5adeb0781252ebf64dfa76f1bcbc91 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 19:33:15 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/ProductsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ProductsPage.tsx b/src/pages/ProductsPage.tsx index 8942c7a..617859a 100644 --- a/src/pages/ProductsPage.tsx +++ b/src/pages/ProductsPage.tsx @@ -4,7 +4,7 @@ import TextAnimation from "@/components/ui/TextAnimation"; export default function ProductsPage() { return ( <> -
+
); -} +} \ No newline at end of file