Phase 4 complete

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 15:39:02 -07:00
commit 66f15b49b2
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
9 changed files with 710 additions and 37 deletions

View file

@ -46,6 +46,7 @@ function App() {
startQuizGen,
startManualCreation,
finalizeManualQuiz,
loadSavedQuiz,
joinGame,
startGame,
handleAnswer,
@ -76,6 +77,7 @@ function App() {
<Landing
onGenerate={startQuizGen}
onCreateManual={startManualCreation}
onLoadQuiz={loadSavedQuiz}
onJoin={joinGame}
isLoading={gameState === 'GENERATING'}
error={error}