Created the Game.jsx

This commit is contained in:
Mathias Wagner 2023-06-09 03:02:09 +02:00
parent aff572652f
commit bfa011d1ec

View File

@ -0,0 +1,9 @@
import "./styles.sass";
export const Game = () => {
return (
<div className="active-wrapper">
<h2 style={{color: "#FFFFFF"}}>ingame state</h2>
</div>
)
}