Fix duplicate import of use() in leads/[id] page

This commit is contained in:
2026-06-18 16:09:14 +02:00
parent 0880c13890
commit 13555c3fab
-1
View File
@@ -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 }> }) {