Skip to content

Commit

Permalink
fix organizers build
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Oct 10, 2023
1 parent b77d717 commit 44319a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/organizers/create/index.page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import { getApplicationServerSideProps } from '@/utils/getApplicationServerSideProps';

import { OrganizerForm } from './OrganizerForm';

export const getServerSideProps = getApplicationServerSideProps();

export default OrganizerForm;

0 comments on commit 44319a8

Please sign in to comment.