diff --git a/web/src/components/TranslationTextarea.tsx b/web/src/components/TranslationTextarea.tsx index d2f6de6..ca01eaf 100644 --- a/web/src/components/TranslationTextarea.tsx +++ b/web/src/components/TranslationTextarea.tsx @@ -1,5 +1,7 @@ "use client"; +import "draft-js/dist/Draft.css"; + import HighlightWithinTextarea from "react-highlight-within-textarea"; import "./highlights.css";