Skip to content

Commit

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

export default async function CurrentEventPage() {

const app = await getApp();

const pastEvents = await getPastEvents(app);

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

0 comments on commit c0409c1

Please sign in to comment.