We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f283ae3 commit a5c164cCopy full SHA for a5c164c
src/app/participant/team-selection/page.tsx
@@ -1,5 +1,9 @@
1
import CreateTeamPage from "@/app/participant/team-selection/CreateTeamPage";
2
3
export default function TeamSelection() {
4
- return <main></main>;
+ return (
5
+ <main>
6
+ <CreateTeamPage />
7
+ </main>
8
+ );
9
}
0 commit comments