diff --git a/components/src/components/QuizCards/QuizCards.tsx b/components/src/components/QuizCards/QuizCards.tsx index ce84eb9..4ad88fd 100644 --- a/components/src/components/QuizCards/QuizCards.tsx +++ b/components/src/components/QuizCards/QuizCards.tsx @@ -1,3 +1,4 @@ +'use client'; import Link from "next/link"; import React from "react"; import Image from "next/image"; diff --git a/components/src/components/QuizCards/ScoreModal.tsx b/components/src/components/QuizCards/ScoreModal.tsx index a8fe3fa..7a36e8f 100644 --- a/components/src/components/QuizCards/ScoreModal.tsx +++ b/components/src/components/QuizCards/ScoreModal.tsx @@ -1,3 +1,4 @@ +'use client'; import React from "react"; import { FaTimes } from "react-icons/fa";