diff --git a/web-next/components/NewTopicForm.tsx b/web-next/components/NewTopicForm.tsx index 1497b6c..3838f34 100644 --- a/web-next/components/NewTopicForm.tsx +++ b/web-next/components/NewTopicForm.tsx @@ -3,6 +3,7 @@ import { useState } from 'react' import { useTranslations } from 'next-intl' import { useRouter } from '@/i18n/navigation' +import { RichTextArea } from './RichTextArea' export function NewTopicForm({ forumId }: { forumId: number }) { const t = useTranslations('Forum') @@ -41,7 +42,7 @@ export function NewTopicForm({ forumId }: { forumId: number }) {