From 297922de1ba3aee2461d04f21e72186ba59bd16a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:23:21 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 4bbadad..a03ff4e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,6 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards'; -import { CheckCircle, Shield, Zap } from "lucide-react"; export default function App() { return ( -- 2.49.1