mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
import type { ReactElement } from 'react';
|
||||
import React from 'react';
|
||||
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
|
||||
import { Spinner } from '../Spinner';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo';
|
||||
import { Spinner } from '../Spinner.js';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea.js';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo.js';
|
||||
|
||||
export type Props = Readonly<{ i18n: LocalizerType }>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user