diff --git a/src/client/src/createtournament.js b/src/client/src/createtournament.js index 6a98136..8d240ef 100644 --- a/src/client/src/createtournament.js +++ b/src/client/src/createtournament.js @@ -10,18 +10,6 @@ function CreateButton(props) { ); } -function FormatSelector(props) { - return ( -
- Tournament Format: - -
- ); -} - function ParticipantLimit(props) { return (
@@ -43,9 +31,6 @@ function CreateForm(props) { return (
- - -

@@ -73,7 +58,6 @@ export default function CreateTournament(props) { -