Add audit analytics and campaign metrics
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { DashboardPlaceholderPage } from "@/components/dashboard-placeholder-page";
|
||||
import { AnalyticsDashboard } from "@/components/analytics/analytics-dashboard";
|
||||
|
||||
export default function AnalyticsPage() {
|
||||
return (
|
||||
<DashboardPlaceholderPage
|
||||
description="Kampagnenmetriken und Rybbit-Daten folgen in TASK-17 und TASK-19."
|
||||
title="Analytics"
|
||||
/>
|
||||
);
|
||||
return <AnalyticsDashboard />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user