mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
preProcessAttachment,
|
||||
processAttachment,
|
||||
} from './processAttachment';
|
||||
import { AttachmentType } from '../types/Attachment';
|
||||
import type { AttachmentType } from '../types/Attachment';
|
||||
import { AttachmentToastType } from '../types/AttachmentToastType';
|
||||
|
||||
export type AddAttachmentActionType = (
|
||||
|
||||
Reference in New Issue
Block a user