mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
'use client';
|
|
import EventDataReport from './EventDataReport';
|
|
|
|
export default function EventDataReportPage() {
|
|
return <EventDataReport />;
|
|
}
|