From 095046a5c3a2a5d3b3d430efe7a8cfbb2a96907f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 25 Mar 2026 12:05:28 +0000 Subject: [PATCH] Bob AI: fix build error in src/app/courses/page.tsx --- src/app/courses/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index f408815..0db4e91 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Code, Lightbulb, Target, Users, Zap } from "lucide-react"; +import { Code, GitFork, Lightbulb, Target, Users, Zap } from "lucide-react"; export default function LandingPage() { return (