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/Edit.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 frontend/src/routes/teams/Edit.tsx (limited to 'frontend/src/routes/teams/Edit.tsx') diff --git a/frontend/src/routes/teams/Edit.tsx b/frontend/src/routes/teams/Edit.tsx new file mode 100644 index 0000000..0b3ed74 --- /dev/null +++ b/frontend/src/routes/teams/Edit.tsx @@ -0,0 +1,19 @@ +import { Form } from "react-router-dom"; + +export default function Edit() { + return ( +
+

Albatross.swift

+

+ Team Edit +

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