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:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { AttachmentType } from '../types/Attachment.js';
|
||||
import type { LocalizerType } from '../types/Util.js';
|
||||
import { isGIF, isImage, isVideo } from '../types/Attachment.js';
|
||||
import { isGIF, isImage, isVideo } from './Attachment.js';
|
||||
|
||||
export function getStoryReplyText(
|
||||
i18n: LocalizerType,
|
||||
|
||||
Reference in New Issue
Block a user