mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,22 +4,22 @@
|
||||
import React, { useState, useCallback, useRef } from 'react';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import type { LocalizerType } from '../types/Util.std.js';
|
||||
import { Modal } from './Modal.dom.js';
|
||||
import { Button, ButtonVariant } from './Button.dom.js';
|
||||
import type { LocalizerType } from '../types/Util.std.ts';
|
||||
import { Modal } from './Modal.dom.tsx';
|
||||
import { Button, ButtonVariant } from './Button.dom.tsx';
|
||||
import {
|
||||
ReactionPickerPicker,
|
||||
ReactionPickerPickerEmojiButton,
|
||||
ReactionPickerPickerStyle,
|
||||
} from './ReactionPickerPicker.dom.js';
|
||||
import { DEFAULT_PREFERRED_REACTION_EMOJI_PARENT_KEYS } from '../reactions/constants.std.js';
|
||||
} from './ReactionPickerPicker.dom.tsx';
|
||||
import { DEFAULT_PREFERRED_REACTION_EMOJI_PARENT_KEYS } from '../reactions/constants.std.ts';
|
||||
import {
|
||||
EmojiSkinTone,
|
||||
getEmojiVariantByKey,
|
||||
getEmojiVariantByParentKeyAndSkinTone,
|
||||
} from './fun/data/emojis.std.js';
|
||||
import { FunEmojiPicker } from './fun/FunEmojiPicker.dom.js';
|
||||
import type { FunEmojiSelection } from './fun/panels/FunPanelEmojis.dom.js';
|
||||
} from './fun/data/emojis.std.ts';
|
||||
import { FunEmojiPicker } from './fun/FunEmojiPicker.dom.tsx';
|
||||
import type { FunEmojiSelection } from './fun/panels/FunPanelEmojis.dom.tsx';
|
||||
|
||||
const { isEqual } = lodash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user