mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Faster incremental builds
This commit is contained in:
@@ -6,7 +6,7 @@ import type {
|
||||
InMemoryAttachmentDraftType,
|
||||
AttachmentDraftType,
|
||||
} from '../types/Attachment.js';
|
||||
import { isImageAttachment } from '../types/Attachment.js';
|
||||
import { isImageAttachment } from './Attachment.js';
|
||||
import { getImageDimensions } from '../types/VisualAttachment.js';
|
||||
import { IMAGE_PNG } from '../types/MIME.js';
|
||||
import * as Errors from '../types/errors.js';
|
||||
|
||||
Reference in New Issue
Block a user