diff options
Diffstat (limited to 'frontend/src/routes/teams/New.tsx')
| -rw-r--r-- | frontend/src/routes/teams/New.tsx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/frontend/src/routes/teams/New.tsx b/frontend/src/routes/teams/New.tsx deleted file mode 100644 index ba00731..0000000 --- a/frontend/src/routes/teams/New.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import { Form } from "react-router-dom"; - -export default function New() { - return ( - <div> - <h1>Albatross.swift</h1> - <h2>Team New</h2> - <Form method="post"> - <label>Team name</label> - <input type="text" name="name" /> - <label>Icon</label> - <input type="text" name="icon" disabled /> - <button type="submit">Create</button> - </Form> - </div> - ); -} |
