diff --git a/apps/portal/src/pages/questions/[questionId]/[questionSlug]/answer/[answerId]/[answerSlug]/index.tsx b/apps/portal/src/pages/questions/[questionId]/[questionSlug]/answer/[answerId]/[answerSlug]/index.tsx index d1c0e2a8..60e19c38 100644 --- a/apps/portal/src/pages/questions/[questionId]/[questionSlug]/answer/[answerId]/[answerSlug]/index.tsx +++ b/apps/portal/src/pages/questions/[questionId]/[questionSlug]/answer/[answerId]/[answerSlug]/index.tsx @@ -7,10 +7,6 @@ import FullAnswerCard from '~/components/questions/card/FullAnswerCard'; import CommentListItem from '~/components/questions/CommentListItem'; import FullScreenSpinner from '~/components/questions/FullScreenSpinner'; -import { - SAMPLE_ANSWER, - SAMPLE_ANSWER_COMMENT, -} from '~/utils/questions/constants'; import { useFormRegister } from '~/utils/questions/useFormRegister'; import { trpc } from '~/utils/trpc'; @@ -85,7 +81,7 @@ export default function QuestionPage() {
( ( (