Skip to content

Commit

Permalink
vercel test
Browse files Browse the repository at this point in the history
  • Loading branch information
mundizzle authored Aug 22, 2023
1 parent ad258e1 commit 9a9456e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export const metadata = {
};

export default async function CurrentEventPage() {

const app = await getApp();

const pastEvents = await getPastEvents(app);

return <EventStructure app={app} pastEvents={pastEvents} />;
Expand Down

0 comments on commit 9a9456e

Please sign in to comment.