Added reports section.
This commit is contained in:
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 />;
|
||||
}
|
||||
Reference in New Issue
Block a user