fix build error

This commit is contained in:
RandyJC
2025-12-08 22:12:25 +01:00
parent e2df9c20cc
commit 7129ec6984

View File

@@ -2,6 +2,7 @@
import { CommonStatusDataMap } from "@rahoot/common/types/game/status" import { CommonStatusDataMap } from "@rahoot/common/types/game/status"
import QuestionMedia from "@rahoot/web/components/game/QuestionMedia" import QuestionMedia from "@rahoot/web/components/game/QuestionMedia"
import { useEvent } from "@rahoot/web/contexts/socketProvider"
import { SFX_SHOW_SOUND } from "@rahoot/web/utils/constants" import { SFX_SHOW_SOUND } from "@rahoot/web/utils/constants"
import { useEffect, useState } from "react" import { useEffect, useState } from "react"
import useSound from "use-sound" import useSound from "use-sound"