From 9056d101177181aea4d2a129863bb19fb736672e Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Wed, 23 Mar 2022 10:40:04 +0100 Subject: [PATCH] added appbar and changed react.fragment to <> --- src/client/src/createtournament.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/client/src/createtournament.js b/src/client/src/createtournament.js index d95fc1c..65b9486 100644 --- a/src/client/src/createtournament.js +++ b/src/client/src/createtournament.js @@ -2,8 +2,6 @@ import * as React from "react"; import { BrowserRouter as Router, Link, Route, Routes } from "react-router-dom"; import Appbar from "./components/appbar"; -import CssBaseline from '@mui/material/CssBaseline' - function CreateButton(props) { return ( @@ -33,8 +31,8 @@ function CreateForm(props) { return ( <>
- - + +
@@ -58,7 +56,6 @@ function CreateForm(props) { export default function CreateTournament(props) { return ( <> -