mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 22:31:31 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -9,7 +9,7 @@ import type {
|
||||
SendAction,
|
||||
SendState,
|
||||
SendStateByConversationId,
|
||||
} from '../../messages/MessageSendState.std.js';
|
||||
} from '../../messages/MessageSendState.std.ts';
|
||||
import {
|
||||
SendActionType,
|
||||
SendStatus,
|
||||
@@ -24,7 +24,7 @@ import {
|
||||
sendStateReducer,
|
||||
someRecipientSendStatus,
|
||||
someSendStatus,
|
||||
} from '../../messages/MessageSendState.std.js';
|
||||
} from '../../messages/MessageSendState.std.ts';
|
||||
|
||||
const { sampleSize, times } = lodash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user