removing menu from page
This commit is contained in:
parent
60c24aca74
commit
6a918bb5c7
|
|
@ -1,12 +1,9 @@
|
|||
import { useWordpressCustomData } from "../services/WordpressFetchData.js";
|
||||
import { useState } from "react";
|
||||
|
||||
import { GameContextProvider } from "../context/GameContext.js";
|
||||
|
||||
import Menu from "../components/ui/Menu.jsx";
|
||||
import GameContainer from "../components/game/GameContainer.jsx";
|
||||
|
||||
import Tutorial from "../components/game/Tutorial.jsx";
|
||||
import Tutorials from "../components/tutorials/Tutorials.jsx";
|
||||
import Logo from "../components/ui/Logo.jsx";
|
||||
import GameModal from "../components/game/GameModal.jsx";
|
||||
import AnimatedPage from "../components/AnimatedPage.jsx";
|
||||
|
|
@ -18,9 +15,8 @@ export default function Game() {
|
|||
<GameContextProvider>
|
||||
<div className='screen'>
|
||||
<Logo />
|
||||
{/* <Menu /> */}
|
||||
<GameModal />
|
||||
<Tutorial />
|
||||
<Tutorials />
|
||||
<GameContainer gameId={"latest"} />
|
||||
</div>
|
||||
</GameContextProvider>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user