fix build error

This commit is contained in:
RandyJC
2025-12-08 22:10:29 +01:00
parent 01b26c59f0
commit e2df9c20cc

View File

@@ -28,6 +28,7 @@ const Answers = ({
const { player } = usePlayerStore()
const [cooldown, setCooldown] = useState(time)
const [paused, setPaused] = useState(false)
const [totalAnswer, setTotalAnswer] = useState(0)
const [isMediaPlaying, setIsMediaPlaying] = useState(false)