Enforce node: schema for builtins, import extensions

This commit is contained in:
Fedor Indutny 2025-09-16 17:39:03 -07:00 committed by GitHub
commit c02565eaa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2096 changed files with 14955 additions and 14023 deletions

View file

@ -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;