mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
@@ -10,9 +10,9 @@ import { Spinner } from '../Spinner';
|
||||
import { TitlebarDragArea } from '../TitlebarDragArea';
|
||||
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo';
|
||||
|
||||
export function InstallScreenLinkInProgressStep({
|
||||
i18n,
|
||||
}: Readonly<{ i18n: LocalizerType }>): ReactElement {
|
||||
export type Props = Readonly<{ i18n: LocalizerType }>;
|
||||
|
||||
export function InstallScreenLinkInProgressStep({ i18n }: Props): ReactElement {
|
||||
return (
|
||||
<div className="module-InstallScreenLinkInProgressStep">
|
||||
<TitlebarDragArea />
|
||||
|
||||
Reference in New Issue
Block a user