From 4f745c93c3b00b496352642e551e813f42458dba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:27:21 +0000 Subject: [PATCH] Update src/app/apply/page.tsx --- src/app/apply/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 685163a..0763f64 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Briefcase, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function ApplyPage() { const navItems = [ @@ -134,4 +134,4 @@ export default function ApplyPage() { ); -} \ No newline at end of file +}