From 53549cb7a422f7efc95b16fc90620ad6b9c6f12f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 18:17:30 +0100 Subject: [PATCH] Created the Join.jsx --- client/src/pages/Join/Join.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/src/pages/Join/Join.jsx diff --git a/client/src/pages/Join/Join.jsx b/client/src/pages/Join/Join.jsx new file mode 100644 index 0000000..edc8599 --- /dev/null +++ b/client/src/pages/Join/Join.jsx @@ -0,0 +1,9 @@ +import "./styles.sass"; + +export const Join = () => { + return ( +
+ +
+ ); +} \ No newline at end of file