From 672e6501c0334dc13f071a6f5ca76c0d0488c402 Mon Sep 17 00:00:00 2001 From: Mathias Wagner <germannewsmaker@gmail.com> Date: Sun, 19 Nov 2023 00:21:18 +0100 Subject: [PATCH] Created the Input index.js --- client/src/pages/Join/states/Input/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Join/states/Input/index.js diff --git a/client/src/pages/Join/states/Input/index.js b/client/src/pages/Join/states/Input/index.js new file mode 100644 index 0000000..7dc5d2a --- /dev/null +++ b/client/src/pages/Join/states/Input/index.js @@ -0,0 +1 @@ +export {Input as default} from "./Input.jsx"; \ No newline at end of file