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