mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -7,7 +7,7 @@ import { SystemMessage } from './SystemMessage';
|
||||
import { Button, ButtonSize, ButtonVariant } from '../Button';
|
||||
import { ContactName } from './ContactName';
|
||||
import { Intl } from '../Intl';
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
|
||||
export type ContactType = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user