mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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';
|
||||
import { GoalReport } from './GoalsReport';
|
||||
import { GoalsReport } from './GoalsReport';
|
||||
|
||||
export function GoalReportPage() {
|
||||
return <GoalReport />;
|
||||
export function GoalsReportPage() {
|
||||
return <GoalsReport />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue