mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Added reports section.
This commit is contained in:
parent
ad918c5bba
commit
a5700d4a25
36 changed files with 422 additions and 43 deletions
5
pages/reports/event-data/index.js
Normal file
5
pages/reports/event-data/index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import EventDataReport from 'components/pages/reports/EventDataReport';
|
||||
|
||||
export default function Report() {
|
||||
return <EventDataReport />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue