diff --git a/src/app/(dashboard)/leads/[id]/page.tsx b/src/app/(dashboard)/leads/[id]/page.tsx index ea07a97..9136b4c 100644 --- a/src/app/(dashboard)/leads/[id]/page.tsx +++ b/src/app/(dashboard)/leads/[id]/page.tsx @@ -18,7 +18,6 @@ import { } from "@/components/ui/select" import { getLeadById } from "@/data/leads" import { getNotesByLeadId } from "@/data/notes" -import { use } from "react" import { ArrowLeft, Edit, ExternalLink } from "lucide-react" export default function LeadDetailsPage({ params }: { params: Promise<{ id: string }> }) {