diff --git a/frontend/src/components/MarkupEditor/MarkupEditor.jsx b/frontend/src/components/MarkupEditor/MarkupEditor.jsx index 3e3bfe8b63..e2b013b293 100644 --- a/frontend/src/components/MarkupEditor/MarkupEditor.jsx +++ b/frontend/src/components/MarkupEditor/MarkupEditor.jsx @@ -7,6 +7,7 @@ import snackbar from "../../services/snackbar" import MisagoMarkup from "../misago-markup" import MarkupEditorAttachments from "./MarkupEditorAttachments" import MarkupEditorFooter from "./MarkupEditorFooter" +import MarkupEditorMentions from "./MarkupEditorMentions" import MarkupEditorToolbar from "./MarkupEditorToolbar" import uploadFile from "./uploadFile" @@ -110,24 +111,29 @@ class MarkupEditor extends React.Component { )} ) : ( -