mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
import loadImage from 'blueimp-load-image';
|
||||
import { blobToArrayBuffer } from 'blob-util';
|
||||
import { toLogFormat } from './errors';
|
||||
import { MIMEType, IMAGE_PNG } from './MIME';
|
||||
import { LoggerType } from './Logging';
|
||||
import type { MIMEType } from './MIME';
|
||||
import { IMAGE_PNG } from './MIME';
|
||||
import type { LoggerType } from './Logging';
|
||||
import { arrayBufferToObjectURL } from '../util/arrayBufferToObjectURL';
|
||||
import { strictAssert } from '../util/assert';
|
||||
import { canvasToBlob } from '../util/canvasToBlob';
|
||||
|
||||
Reference in New Issue
Block a user