From 6227052c700bda48a4a3f26df39b800af1221ba1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 02:57:42 +0000 Subject: [PATCH] Update src/pages/ContactPage.tsx --- src/pages/ContactPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index 849027c..05af0b9 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -1,6 +1,5 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; -import { Mail, MapPin, Phone } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function ContactPage() { -- 2.49.1