Skip to content

Commit c950e55

Browse files
committed
Add timer
1 parent 0ad291b commit c950e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function App() {
1414
shuffleAnswer
1515
showInstantFeedback
1616
onComplete={setQuizResult}
17-
// timer={60}
18-
// allowPauseTimer={false}
17+
timer={3600}
18+
allowPauseTimer={false}
1919
/>
2020
</div>
2121
)

0 commit comments

Comments
 (0)