fix build

This commit is contained in:
Matthew Hodgson 2019-05-19 16:11:12 +01:00
parent dc72641264
commit a8297a7698
5 changed files with 12 additions and 8 deletions

View file

@ -26,7 +26,7 @@ import type {Completion, SelectionRange} from './Autocompleter';
import _uniq from 'lodash/uniq';
import _sortBy from 'lodash/sortBy';
import SettingsStore from "../settings/SettingsStore";
import { shortcodeToUnicode } from './HtmlUtils';
import { shortcodeToUnicode } from '../HtmlUtils';
import UNICODE_REGEX from 'emojibase-regex';
import EMOTICON_REGEX from 'emojibase-regex/emoticon';