diff --git a/src/app/(main)/reports/goals/GoalsReportPage.tsx b/src/app/(main)/reports/goals/GoalsReportPage.tsx
index d8b4a6b6..7cd57679 100644
--- a/src/app/(main)/reports/goals/GoalsReportPage.tsx
+++ b/src/app/(main)/reports/goals/GoalsReportPage.tsx
@@ -1,6 +1,6 @@
'use client';
-import { GoalReport } from './GoalsReport';
+import { GoalsReport } from './GoalsReport';
-export function GoalReportPage() {
- return ;
+export function GoalsReportPage() {
+ return ;
}