diff --git a/lib/components/ViewPublicationPage/Question.tsx b/lib/components/ViewPublicationPage/Question.tsx index f63f1b3..15d1fff 100644 --- a/lib/components/ViewPublicationPage/Question.tsx +++ b/lib/components/ViewPublicationPage/Question.tsx @@ -22,7 +22,7 @@ import { notReachable } from "@utils/notReachable"; import { quizThemes } from "@utils/themes/Publication/themePublication"; import { DESIGN_LIST } from "@/utils/designList"; -import type { ReactNode } from "react"; +import { type ReactNode } from "react"; type Props = { currentQuestion: RealTypedQuizQuestion; @@ -123,7 +123,11 @@ export const Question = ({ {questionSelect} -