mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
fix build error
This commit is contained in:
@@ -28,6 +28,7 @@ const Answers = ({
|
|||||||
const { player } = usePlayerStore()
|
const { player } = usePlayerStore()
|
||||||
|
|
||||||
const [cooldown, setCooldown] = useState(time)
|
const [cooldown, setCooldown] = useState(time)
|
||||||
|
const [paused, setPaused] = useState(false)
|
||||||
const [totalAnswer, setTotalAnswer] = useState(0)
|
const [totalAnswer, setTotalAnswer] = useState(0)
|
||||||
const [isMediaPlaying, setIsMediaPlaying] = useState(false)
|
const [isMediaPlaying, setIsMediaPlaying] = useState(false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user