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