feat: add lead qualification workflow
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
||||
import { BlacklistManager } from "@/components/blacklist/blacklist-manager";
|
||||
|
||||
export default function BlacklistPage() {
|
||||
return (
|
||||
<DashboardPlaceholderPage
|
||||
description="Sperrlisten für Domains, E-Mails, Telefonnummern, Firmennamen und Place IDs folgen nach den Datenmodellen."
|
||||
title="Sperrliste"
|
||||
/>
|
||||
);
|
||||
return <BlacklistManager />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user