feat: complete MVP foundation auth and dashboard
This commit is contained in:
10
app/dashboard/blacklist/page.tsx
Normal file
10
app/dashboard/blacklist/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
||||
|
||||
export default function BlacklistPage() {
|
||||
return (
|
||||
<DashboardPlaceholderPage
|
||||
description="Sperrlisten fuer Domains, E-Mails, Telefonnummern, Firmennamen und Place IDs folgen nach den Datenmodellen."
|
||||
title="Blacklist"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user