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, 13 insertions, 0 deletions
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 (
+ <div>
+ <p>hello, World</p>
+ </div>
+ );
+}
+
+
+
+
+
+