mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
|
||||
import type { ChangeEventHandler } from 'react';
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import type { LocalizerType } from '../types/Util.js';
|
||||
import { processImageFile } from '../util/processImageFile.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
export type PropsType = {
|
||||
className: string;
|
||||
i18n: LocalizerType;
|
||||
|
||||
Reference in New Issue
Block a user