Document pages, data model, and design system in CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ export default function App() {
|
||||
setPage('setup')
|
||||
}
|
||||
|
||||
function handleStart() {
|
||||
const newGame: GameState = { players: [], rounds: [] }
|
||||
function handleStart(players: string[]) {
|
||||
const newGame: GameState = { players, rounds: [] }
|
||||
saveGame(newGame)
|
||||
setGame(newGame)
|
||||
setPage('scoresheet')
|
||||
|
||||
Reference in New Issue
Block a user