From b8a934daefdd82ea82d188c6d9cb91c56789b874 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:47:23 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/About.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 226be67..1e09a5d 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -1,14 +1,14 @@ import React from 'react'; -import { Tag } from "@/components/ui/Tag"; -import { ScrollReveal } from "@/components/ui/ScrollReveal"; -import { ImageOrVideo } from "@/components/ui/ImageOrVideo"; -import { Button } from "@/components/ui/Button"; +import Tag from "@/components/ui/Tag"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import Button from "@/components/ui/Button"; export default function AboutSection() { return ( -
+
-
+
@@ -26,7 +26,7 @@ export default function AboutSection() { -
+