Prepare for upgrade to React 19

Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
Jamie
2025-12-23 13:42:56 -08:00
committed by GitHub
parent fe94991ea2
commit b405e3d83d
716 changed files with 3129 additions and 2881 deletions

View File

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