Fix duplicate import of use() in leads/[id] page
This commit is contained in:
@@ -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 }> }) {
|
||||
|
||||
Reference in New Issue
Block a user