Created the GameCreation.jsx
This commit is contained in:
parent
d101ce31d2
commit
583a3c1edc
25
webui/src/pages/GameCreation/GameCreation.jsx
Normal file
25
webui/src/pages/GameCreation/GameCreation.jsx
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import "./styles.sass";
|
||||||
|
import PageTitle from "@/common/components/PageTitle";
|
||||||
|
import InfoArea from "@/pages/GameCreation/components/InfoArea";
|
||||||
|
|
||||||
|
export const GameCreation = () => {
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="game-wrapper">
|
||||||
|
|
||||||
|
<div className="title-area">
|
||||||
|
<PageTitle allowBack={true} />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="creation-area">
|
||||||
|
<InfoArea />
|
||||||
|
|
||||||
|
<div className="settings-area">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user