Fixed 'use client' usage.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
'use client';
|
||||
import EventDataReport from './EventDataReport';
|
||||
|
||||
export default function EventDataReportPage() {
|
||||
return <EventDataReport />;
|
||||
}
|
||||
Reference in New Issue
Block a user