mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
|
||||
import React, { type ReactElement, useCallback } from 'react';
|
||||
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { missingCaseError } from '../../util/missingCaseError';
|
||||
import { openLinkInWebBrowser } from '../../util/openLinkInWebBrowser';
|
||||
import { Button, ButtonVariant } from '../Button';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo';
|
||||
import { LINK_SIGNAL_DESKTOP } from '../../types/support';
|
||||
import { InstallScreenError } from '../../types/InstallScreen';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
import { missingCaseError } from '../../util/missingCaseError.js';
|
||||
import { openLinkInWebBrowser } from '../../util/openLinkInWebBrowser.js';
|
||||
import { Button, ButtonVariant } from '../Button.js';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea.js';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo.js';
|
||||
import { LINK_SIGNAL_DESKTOP } from '../../types/support.js';
|
||||
import { InstallScreenError } from '../../types/InstallScreen.js';
|
||||
|
||||
export type Props = Readonly<{
|
||||
error: InstallScreenError;
|
||||
|
||||
Reference in New Issue
Block a user