mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import { SystemMessage } from './SystemMessage';
|
||||
import { Button, ButtonSize, ButtonVariant } from '../Button';
|
||||
import { ContactName } from './ContactName';
|
||||
import { I18n } from '../I18n';
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { openLinkInWebBrowser } from '../../util/openLinkInWebBrowser';
|
||||
import { SystemMessage } from './SystemMessage.js';
|
||||
import { Button, ButtonSize, ButtonVariant } from '../Button.js';
|
||||
import { ContactName } from './ContactName.js';
|
||||
import { I18n } from '../I18n.js';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
import { openLinkInWebBrowser } from '../../util/openLinkInWebBrowser.js';
|
||||
|
||||
export type ContactType = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user