projet-nuitinfo-2024/front/src/pages/GamePage.tsx
2024-12-05 19:10:01 +01:00

9 lines
120 B
TypeScript

export default function GamePage() {
return (
<div>
<h1>Game Page</h1>
</div>
)
}