11 lines
304 B
TypeScript
11 lines
304 B
TypeScript
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
|
|
|
export default function AuditsPage() {
|
|
return (
|
|
<DashboardPlaceholderPage
|
|
description="Audit-Review, Screenshots und oeffentliche Freigaben folgen in TASK-12 und TASK-13."
|
|
title="Audits"
|
|
/>
|
|
);
|
|
}
|