Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
keanotv authored Feb 2, 2024
1 parent e37a517 commit 377064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const HomePage = () => {
return (
<main>
<ScreenSizeProvider>
<Welcome />
<Outro />
<Marquee />
<TeamsTileboard />
<Highlight />
<Quiz />
<QuizQuestions />
<Welcome />
</ScreenSizeProvider>
</main>
)
Expand Down

0 comments on commit 377064a

Please sign in to comment.