mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
'use client';
|
|
import FunnelReport from './FunnelReport';
|
|
|
|
export default function FunnelReportPage() {
|
|
return <FunnelReport />;
|
|
}
|