mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
|
||||
import { find as findFirst, findLast, first, last } from 'lodash';
|
||||
|
||||
import { PropsData as ConversationListItemPropsType } from '../conversationList/ConversationListItem';
|
||||
import type { PropsData as ConversationListItemPropsType } from '../conversationList/ConversationListItem';
|
||||
import { isConversationUnread } from '../../util/isConversationUnread';
|
||||
import { FindDirection, ToFindType } from './LeftPaneHelper';
|
||||
import type { ToFindType } from './LeftPaneHelper';
|
||||
import { FindDirection } from './LeftPaneHelper';
|
||||
|
||||
/**
|
||||
* This will look up or down in an array of conversations for the next one to select.
|
||||
|
||||
Reference in New Issue
Block a user