mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -20,8 +20,8 @@ import { QualifiedAddress } from '../types/QualifiedAddress';
|
||||
import { ToastDecryptionError } from '../components/ToastDecryptionError';
|
||||
import { showToast } from './showToast';
|
||||
|
||||
import { ConversationModel } from '../models/conversations';
|
||||
import {
|
||||
import type { ConversationModel } from '../models/conversations';
|
||||
import type {
|
||||
DecryptionErrorEvent,
|
||||
DecryptionErrorEventData,
|
||||
RetryRequestEvent,
|
||||
|
||||
Reference in New Issue
Block a user