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