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