mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -12,6 +12,6 @@ export default {
|
||||
title: 'Components/InstallScreen/InstallScreenLinkInProgressStep',
|
||||
} satisfies Meta<Props>;
|
||||
|
||||
export function Default(): JSX.Element {
|
||||
export function Default(): React.JSX.Element {
|
||||
return <InstallScreenLinkInProgressStep i18n={i18n} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user