Update GH actions.

This commit is contained in:
Mike Cao 2024-02-04 00:32:31 -08:00
parent d9670f10a4
commit 7ae3d47947
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import EventDataReport from './EventDataReport';
import { Metadata } from 'next';
import EventDataReport from './EventDataReport';
export default function FunnelReportPage() {
return <EventDataReport />;