Files
umami/src/app/(main)/reports/goals/GoalsReportPage.tsx
2024-05-05 22:15:47 -07:00

7 lines
125 B
TypeScript

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