diff --git a/webui/src/pages/GameCreation/components/InfoArea/InfoArea.jsx b/webui/src/pages/GameCreation/components/InfoArea/InfoArea.jsx new file mode 100644 index 0000000..17c0712 --- /dev/null +++ b/webui/src/pages/GameCreation/components/InfoArea/InfoArea.jsx @@ -0,0 +1,32 @@ +import "./styles.sass"; +import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; +import {faUser, faUserGroup} from "@fortawesome/free-solid-svg-icons"; +import Member from "@/pages/GameCreation/components/InfoArea/components/Member"; + +export const InfoArea = () => { + + return ( +
+

Spiel erstellen

+

Lade bis zu 10 Freunde ein!

+ +
+ +
+ +

Mitspieler

+
+ +
+ + + + + +
+
+ +
+ ); + +} \ No newline at end of file