11 lines
292 B
TypeScript
11 lines
292 B
TypeScript
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
|
|
|
export default function AnalyticsPage() {
|
|
return (
|
|
<DashboardPlaceholderPage
|
|
description="Kampagnenmetriken und Rybbit-Daten folgen in TASK-17 und TASK-19."
|
|
title="Analytics"
|
|
/>
|
|
);
|
|
}
|