fix build
This commit is contained in:
parent
dc72641264
commit
a8297a7698
5 changed files with 12 additions and 8 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue