11 lines
292 B
TypeScript
11 lines
292 B
TypeScript
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
|
|
|
export default function LeadsPage() {
|
|
return (
|
|
<DashboardPlaceholderPage
|
|
description="Lead-Qualifikation, Dubletten und fehlende Kontaktdaten folgen in TASK-7."
|
|
title="Leads"
|
|
/>
|
|
);
|
|
}
|