diff --git a/apps/portal/src/components/questions/ContributeQuestionForm.tsx b/apps/portal/src/components/questions/ContributeQuestionForm.tsx index a0e4d0b6..8754d473 100644 --- a/apps/portal/src/components/questions/ContributeQuestionForm.tsx +++ b/apps/portal/src/components/questions/ContributeQuestionForm.tsx @@ -3,14 +3,7 @@ import { useState } from 'react'; import { Controller, useForm } from 'react-hook-form'; import { CalendarDaysIcon, UserIcon } from '@heroicons/react/24/outline'; import type { QuestionsQuestionType } from '@prisma/client'; -import { - Button, - CheckboxInput, - Collapsible, - Select, - TextArea, - TextInput, -} from '@tih/ui'; +import { Button, CheckboxInput, Select, TextArea, TextInput } from '@tih/ui'; import { QUESTION_TYPES } from '~/utils/questions/constants'; import { @@ -110,28 +103,26 @@ export default function ContributeQuestionForm({ /> - -
-
- -
-
- -
+
+
+
- +
+ +
+
{/*