mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
fixed issue witn npmn
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import { QuestionMedia } from "@rahoot/common/types/game"
|
||||
import type { QuestionMedia as QuestionMediaType } from "@rahoot/common/types/game"
|
||||
import clsx from "clsx"
|
||||
import { useEffect, useMemo, useRef, useState } from "react"
|
||||
|
||||
@@ -80,7 +80,7 @@ const extractYoutubeId = (url: string) => {
|
||||
}
|
||||
|
||||
type Props = {
|
||||
media?: QuestionMedia
|
||||
media?: QuestionMediaType
|
||||
alt: string
|
||||
onPlayChange?: (_playing: boolean) => void
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import { QuestionMedia, QuizzWithId } from "@rahoot/common/types/game"
|
||||
import type { QuestionMedia, QuizzWithId } from "@rahoot/common/types/game"
|
||||
import Button from "@rahoot/web/components/Button"
|
||||
import Input from "@rahoot/web/components/Input"
|
||||
import { useEvent, useSocket } from "@rahoot/web/contexts/socketProvider"
|
||||
|
||||
Reference in New Issue
Block a user