From 4e553cac3acbaa7531324d8403b9731a2f18d53d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:32:42 +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 65ff11e..2c83ef4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,6 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; -import { CheckCircle, Linkedin, Server, Twitter, Github, Zap, Shield } from "lucide-react"; export default function App() { return ( -- 2.49.1