Chore/packages cleanup (#51)

* remove unused

* upgrade packages and use pnpm instead of bun

* unauthenticated github request

* fix eslint

* eslint
This commit is contained in:
Viktor Rådberg
2025-11-17 22:25:21 +01:00
committed by GitHub
parent b6a402bc9f
commit 58fb63eef1
14 changed files with 3163 additions and 2749 deletions

View File

@@ -107,7 +107,7 @@ export const Trivia = () => {
const { setPlaying, goToStart } = useGlobalSettings();
const [randomQuestion, setRandomQuestion] = useState(
questions[Math.floor(Math.random() * questions.length)]
() => questions[Math.floor(Math.random() * questions.length)]
);
const setUniqueRandomQuestion = () => {