mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
import loadImage from 'blueimp-load-image';
|
||||
|
||||
import { MIMEType, IMAGE_JPEG } from '../types/MIME';
|
||||
import type { MIMEType } from '../types/MIME';
|
||||
import { IMAGE_JPEG } from '../types/MIME';
|
||||
import { canvasToBlob } from './canvasToBlob';
|
||||
import { getValue } from '../RemoteConfig';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user