Skip to content

Commit

Permalink
temporarily removed AIS fair dates from main page
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustPaulsrud committed Nov 17, 2024
1 parent 39f9324 commit 96745ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CompanyRegistrationButton } from "@/app/_components/CompanyRegistrationButton"
import { FairDates } from "@/app/_components/FairDates"
import { RecruitmentBanner } from "@/app/_components/Recruitment"
import { fetchDates } from "@/components/shared/hooks/api/useDates"
import { fetchExhibitors } from "@/components/shared/hooks/api/useExhibitors"
Expand Down Expand Up @@ -101,9 +100,11 @@ export default async function HomePage() {
</>
)}
</div>
{/*
<Suspense>
<FairDates />
</Suspense>
*/}
</div>
</div>
</div>
Expand Down

0 comments on commit 96745ab

Please sign in to comment.