From a4685927a1f7fe8374a567ee74cc62aad639f4c3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jul 2024 04:36:45 +0900 Subject: user login --- frontend/src/routes/teams/New.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 frontend/src/routes/teams/New.tsx (limited to 'frontend/src/routes/teams/New.tsx') diff --git a/frontend/src/routes/teams/New.tsx b/frontend/src/routes/teams/New.tsx new file mode 100644 index 0000000..2712cd5 --- /dev/null +++ b/frontend/src/routes/teams/New.tsx @@ -0,0 +1,19 @@ +import { Form } from "react-router-dom"; + +export default function New() { + return ( +
+

Albatross.swift

+

+ Team New +

+
+ + + + + +
+
+ ); +}; -- cgit v1.2.3-70-g09d2