From 3a531268766dfd28e374c329c1f04138dbe02e11 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 9 Jun 2023 02:23:01 +0200 Subject: [PATCH] Created the GameCreation index.js --- webui/src/pages/GameCreation/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 webui/src/pages/GameCreation/index.js diff --git a/webui/src/pages/GameCreation/index.js b/webui/src/pages/GameCreation/index.js new file mode 100644 index 0000000..6b387c0 --- /dev/null +++ b/webui/src/pages/GameCreation/index.js @@ -0,0 +1 @@ +export {GameCreation as default} from "./GameCreation.jsx"; \ No newline at end of file