From aac1a12e51b58546761c1e21b0d43dc02010a9c0 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 3 Mar 2025 19:25:39 -0800 Subject: [PATCH] Fixed exports. --- src/app/(main)/reports/goals/GoalsReportPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ; }