Files
webdev-pipeline/app/dashboard/outreach/page.tsx

11 lines
319 B
TypeScript

import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
export default function OutreachPage() {
return (
<DashboardPlaceholderPage
description="E-Mail-Entwuerfe, Telefon-Skripte und manuelle Versandfreigaben folgen in TASK-13 und TASK-14."
title="Outreach"
/>
);
}