mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { ReactNode } from 'react';
|
||||
import React from 'react';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
import { ContextMenuTrigger } from 'react-contextmenu';
|
||||
|
||||
import { SystemMessage, SystemMessageKind } from './SystemMessage.js';
|
||||
@@ -40,6 +40,8 @@ import { isMoreRecentThan } from '../../util/timestamp.js';
|
||||
import { InAnotherCallTooltip } from './InAnotherCallTooltip.js';
|
||||
import type { InteractionModeType } from '../../state/ducks/conversations.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
const log = createLogger('CallingNotification');
|
||||
|
||||
export type PropsActionsType = {
|
||||
|
||||
Reference in New Issue
Block a user