aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages/RegisterPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/RegisterPage.tsx')
-rw-r--r--src/client/pages/RegisterPage.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/pages/RegisterPage.tsx b/src/client/pages/RegisterPage.tsx
new file mode 100644
index 0000000..a7fbb59
--- /dev/null
+++ b/src/client/pages/RegisterPage.tsx
@@ -0,0 +1,8 @@
+export function RegisterPage() {
+ return (
+ <div>
+ <h1>Register</h1>
+ <p>Registration page coming soon</p>
+ </div>
+ );
+}