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