mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 09:28:14 +01:00
Faster incremental builds
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import React from 'react';
|
||||
import classNames from 'classnames';
|
||||
import { useEscapeHandling } from '../../hooks/useEscapeHandling.js';
|
||||
import { getSuggestedFilename } from '../../types/Attachment.js';
|
||||
import { getSuggestedFilename } from '../../util/Attachment.js';
|
||||
import { IMAGE_PNG, type MIMEType } from '../../types/MIME.js';
|
||||
|
||||
export type PropsType = {
|
||||
|
||||
Reference in New Issue
Block a user