From 22b76346acad1140cc06dafcdbc6a712c513775a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 18:17:41 +0100 Subject: [PATCH] Created the Join index.js --- client/src/pages/Join/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Join/index.js diff --git a/client/src/pages/Join/index.js b/client/src/pages/Join/index.js new file mode 100644 index 0000000..68be023 --- /dev/null +++ b/client/src/pages/Join/index.js @@ -0,0 +1 @@ +export {Join as default} from "./Join.jsx"; \ No newline at end of file