Bob AI: fix build error in src/pages/HomePage.tsx

This commit is contained in:
kudinDmitriyUp
2026-05-20 19:57:43 +00:00
parent 1201386be1
commit c4eaa28d26

View File

@@ -7,7 +7,7 @@ import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards
import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards';
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import { Clock, Settings, Wrench } from "lucide-react";
import { Bolt, Clock, Settings, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {