mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 05:55:35 +01:00
Fixed pages.
This commit is contained in:
parent
f7151a880e
commit
b85109241b
22 changed files with 86 additions and 77 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Metadata } from 'next';
|
||||
import EventDataReport from './EventDataReport';
|
||||
import EventDataReportPage from './EventDataReportPage';
|
||||
|
||||
export default function () {
|
||||
return <EventDataReport />;
|
||||
return <EventDataReportPage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue