diff --git a/src/app/questions-list/[slug]/question-detail-client.tsx b/src/app/questions-list/[slug]/question-detail-client.tsx index d7a7b79..97f1f76 100644 --- a/src/app/questions-list/[slug]/question-detail-client.tsx +++ b/src/app/questions-list/[slug]/question-detail-client.tsx @@ -7,7 +7,8 @@ import { QuestionAnswersProvider, useQuestionAnswers, } from "@/components/questions/question-answer-storage"; -import QuestionButton, { DotsLoader } from "@/components/questions/question-button"; +import QuestionButton from "@/components/questions/question-button"; +import { DotsLoader } from "@/components/ui/button"; import { QuestionCheckbox } from "@/components/questions/question-checkbox"; import QuestionDate from "@/components/questions/question-date"; import QuestionDropdown from "@/components/questions/question-dropdown";