aboutsummaryrefslogtreecommitdiff
path: root/src/SignUpForm2.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SignUpForm2.tsx')
-rw-r--r--src/SignUpForm2.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/SignUpForm2.tsx b/src/SignUpForm2.tsx
new file mode 100644
index 0000000..1824fd6
--- /dev/null
+++ b/src/SignUpForm2.tsx
@@ -0,0 +1,9 @@
+import './SignUp.css'
+
+export const SignUpForm2 = () => {
+ return (
+ <>
+ <h1>会員登録 フェーズ 2</h1>
+ </>
+ );
+}