From 70142a39acd769c858db7aa33d2d11b17483d765 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 1 Aug 2024 00:41:28 +0900 Subject: React Router でトップページと会員登録ページにアクセスできるようにする MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SignUp.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/SignUp.tsx') diff --git a/src/SignUp.tsx b/src/SignUp.tsx index 58309a6..d812b35 100644 --- a/src/SignUp.tsx +++ b/src/SignUp.tsx @@ -1,13 +1,10 @@ +import './SignUp.css' + export const SignUp = () => { return ( -
-

hello, World

-
+ <> +

会員登録

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