mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
import type { ReactElement } from 'react';
|
||||
import React from 'react';
|
||||
|
||||
import type { LocalizerType } from '../../types/Util.std.js';
|
||||
import type { LocalizerType } from '../../types/Util.std.ts';
|
||||
|
||||
import { Spinner } from '../Spinner.dom.js';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea.dom.js';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo.dom.js';
|
||||
import { Spinner } from '../Spinner.dom.tsx';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea.dom.tsx';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo.dom.tsx';
|
||||
|
||||
export type Props = Readonly<{ i18n: LocalizerType }>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user