Nit
This commit is contained in:
parent
c1b8b0ee38
commit
cc1c112028
1 changed files with 1 additions and 4 deletions
|
|
@ -4,10 +4,7 @@
|
|||
import {debounce} from 'lodash';
|
||||
import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react';
|
||||
import {useIntl} from 'react-intl';
|
||||
import {
|
||||
FlatList,
|
||||
Platform,
|
||||
} from 'react-native';
|
||||
import {FlatList, Platform} from 'react-native';
|
||||
|
||||
import AtMentionItem from '@components/autocomplete/at_mention_item';
|
||||
import ChannelMentionItem from '@components/autocomplete/channel_mention_item';
|
||||
|
|
|
|||
Loading…
Reference in a new issue