11 lines
317 B
TypeScript
11 lines
317 B
TypeScript
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
|
|
|
export default function OutreachPage() {
|
|
return (
|
|
<DashboardPlaceholderPage
|
|
description="E-Mail-Entwürfe, Telefon-Skripte und manuelle Versandfreigaben folgen in TASK-13 und TASK-14."
|
|
title="Review"
|
|
/>
|
|
);
|
|
}
|