|
|
@ -1,8 +1,7 @@
|
|
|
|
import { SearchIndex } from 'emoji-mart';
|
|
|
|
import { SearchIndex } from 'emoji-mart';
|
|
|
|
import { SuggestionDataItem } from 'react-mentions';
|
|
|
|
import { SuggestionDataItem } from 'react-mentions';
|
|
|
|
import styled from 'styled-components';
|
|
|
|
import styled from 'styled-components';
|
|
|
|
// eslint-disable-next-line import/extensions
|
|
|
|
import { searchSync } from '../../../util/emoji';
|
|
|
|
import { searchSync } from '../../../util/emoji.js';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const EmojiQuickResult = styled.span`
|
|
|
|
const EmojiQuickResult = styled.span`
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|