Files
umami/src/app/(main)/reports/goals/GoalsReportPage.tsx
2025-02-13 22:53:25 -08:00

7 lines
121 B
TypeScript

'use client';
import { GoalReport } from './GoalsReport';
export function GoalReportPage() {
return <GoalReport />;
}