aboutsummaryrefslogtreecommitdiff
path: root/src/SignUp.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SignUp.tsx')
-rw-r--r--src/SignUp.tsx13
1 files changed, 5 insertions, 8 deletions
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 (
- <div>
- <p>hello, World</p>
- </div>
+ <>
+ <h1>会員登録</h1>
+ </>
);
}
-
-
-
-
-