11 lines
305 B
TypeScript
11 lines
305 B
TypeScript
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
|
|
|
export default function CampaignsPage() {
|
|
return (
|
|
<DashboardPlaceholderPage
|
|
description="Kampagnen-Konfiguration, PLZ, Radius, Limits und Laufplanung folgen in TASK-5."
|
|
title="Campaigns"
|
|
/>
|
|
);
|
|
}
|