Fixed pages.

This commit is contained in:
Mike Cao 2024-02-06 00:38:33 -08:00
parent f7151a880e
commit b85109241b
22 changed files with 86 additions and 77 deletions

View file

@ -1,8 +1,8 @@
import { Metadata } from 'next';
import EventDataReport from './EventDataReport';
import EventDataReportPage from './EventDataReportPage';
export default function () {
return <EventDataReport />;
return <EventDataReportPage />;
}
export const metadata: Metadata = {