chore: save progress before layout changes
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { Outlet } from 'react-router-dom'
|
||||
import GameHeader from './GameHeader'
|
||||
import './Game.css'
|
||||
|
||||
export default function GameLayout() {
|
||||
return (
|
||||
<div className="game-layout">
|
||||
<GameHeader />
|
||||
<div className="game-content">
|
||||
<Outlet />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user