feat: build audit outreach review workspace
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
||||
import { OutreachReviewWorkspace } from "@/components/outreach/outreach-review-workspace";
|
||||
|
||||
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"
|
||||
/>
|
||||
<main className="px-4 py-5 sm:px-6 lg:px-8">
|
||||
<div className="mx-auto flex w-full max-w-7xl flex-col gap-6">
|
||||
<OutreachReviewWorkspace />
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user