mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -5,7 +5,7 @@ import React from 'react';
|
||||
|
||||
import LinkifyIt from 'linkify-it';
|
||||
|
||||
import { RenderTextCallbackType } from '../../types/Util';
|
||||
import type { RenderTextCallbackType } from '../../types/Util';
|
||||
import { isLinkSneaky } from '../../types/LinkPreview';
|
||||
import { splitByEmoji } from '../../util/emoji';
|
||||
import { missingCaseError } from '../../util/missingCaseError';
|
||||
|
||||
Reference in New Issue
Block a user