mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
refactor(hooks): move useScreenSize hook to the correct directory and update import paths
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { Quizz } from "@rahoot/common/types/game"
|
||||
import { QuizzWithId } from "@rahoot/common/types/game"
|
||||
import Button from "@rahoot/web/components/Button"
|
||||
import clsx from "clsx"
|
||||
import { useState } from "react"
|
||||
import toast from "react-hot-toast"
|
||||
|
||||
type QuizzWithId = Quizz & { id: string }
|
||||
|
||||
type Props = {
|
||||
quizzList: QuizzWithId[]
|
||||
onSelect: (_id: string) => void
|
||||
|
||||
Reference in New Issue
Block a user