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:
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { canvasToBlob } from './canvasToBlob';
|
||||
import { MIMEType } from '../types/MIME';
|
||||
import type { MIMEType } from '../types/MIME';
|
||||
|
||||
export async function canvasToBytes(
|
||||
canvas: HTMLCanvasElement,
|
||||
|
||||
Reference in New Issue
Block a user