Fixed exports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use client';
|
||||
import { GoalReport } from './GoalsReport';
|
||||
import { GoalsReport } from './GoalsReport';
|
||||
|
||||
export function GoalReportPage() {
|
||||
return <GoalReport />;
|
||||
export function GoalsReportPage() {
|
||||
return <GoalsReport />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user