mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 14:21:05 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { ChangeEvent } from 'react';
|
||||
import React, { useCallback, useMemo, useState } from 'react';
|
||||
import { partition } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
import type { ListRowProps } from 'react-virtualized';
|
||||
import { List } from 'react-virtualized';
|
||||
import classNames from 'classnames';
|
||||
@@ -25,6 +25,8 @@ import {
|
||||
getTooltipContent,
|
||||
} from './conversation/InAnotherCallTooltip.js';
|
||||
|
||||
const { partition } = lodash;
|
||||
|
||||
type CallsNewCallProps = Readonly<{
|
||||
hasActiveCall: boolean;
|
||||
allConversations: ReadonlyArray<ConversationType>;
|
||||
|
||||
Reference in New Issue
Block a user