Phase 4 complete
This commit is contained in:
parent
0cc099c00c
commit
66f15b49b2
9 changed files with 710 additions and 37 deletions
2
App.tsx
2
App.tsx
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue