mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
Fixed exports.
This commit is contained in:
parent
5682b4d217
commit
aac1a12e51
1 changed files with 3 additions and 3 deletions
|
|
@ -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 />;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue