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