Created the Game.jsx
This commit is contained in:
parent
aff572652f
commit
bfa011d1ec
9
webui/src/pages/Game/Game.jsx
Normal file
9
webui/src/pages/Game/Game.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import "./styles.sass";
|
||||
|
||||
export const Game = () => {
|
||||
return (
|
||||
<div className="active-wrapper">
|
||||
<h2 style={{color: "#FFFFFF"}}>ingame state</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user