From 2da8dad8db84c78066f2b6aa7044e00fcfda73a4 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 31 Jul 2024 23:53:43 +0900 Subject: SignUp.tsx を表示するように変更する MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SignUp.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/SignUp.tsx (limited to 'src/SignUp.tsx') diff --git a/src/SignUp.tsx b/src/SignUp.tsx new file mode 100644 index 0000000..58309a6 --- /dev/null +++ b/src/SignUp.tsx @@ -0,0 +1,13 @@ +export const SignUp = () => { + return ( +
+

hello, World

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