feat: add lead qualification workflow
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
||||
import { LeadsReviewTable } from "@/components/leads/leads-review-table";
|
||||
|
||||
export default function LeadsPage() {
|
||||
return (
|
||||
<DashboardPlaceholderPage
|
||||
description="Lead-Qualifikation, Dubletten und fehlende Kontaktdaten folgen in TASK-7."
|
||||
title="Leads"
|
||||
/>
|
||||
);
|
||||
return <LeadsReviewTable />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user