Fix build error on Hashtag component (#2134)
* fix build error on Hashtag component * update commonmark-react-renderer
This commit is contained in:
parent
710ce17a19
commit
b75aa36554
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue