Fix build error on Hashtag component (#2134)

* fix build error on Hashtag component

* update commonmark-react-renderer
This commit is contained in:
Saturnino Abril 2018-09-18 23:27:41 +08:00 committed by Elias Nahum
parent 710ce17a19
commit b75aa36554

View file

@ -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';