diff --git a/app/components/markdown/markdown.js b/app/components/markdown/markdown.js index 93d7dab43..bbfdb750d 100644 --- a/app/components/markdown/markdown.js +++ b/app/components/markdown/markdown.js @@ -15,7 +15,7 @@ import AtMention from 'app/components/at_mention'; import ChannelLink from 'app/components/channel_link'; import Emoji from 'app/components/emoji'; import FormattedText from 'app/components/formatted_text'; -import Hashtag from 'app/components/hashtag'; +import Hashtag from 'app/components/markdown/hashtag'; import CustomPropTypes from 'app/constants/custom_prop_types'; import {blendColors, concatStyles, makeStyleSheetFromTheme} from 'app/utils/theme'; import {getScheme} from 'app/utils/url';