mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import { RenderTextCallbackType } from '../../types/Util';
|
||||
import type { RenderTextCallbackType } from '../../types/Util';
|
||||
|
||||
export type Props = {
|
||||
text: string;
|
||||
|
||||
Reference in New Issue
Block a user