mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -5,6 +5,8 @@ import React from 'react';
|
||||
|
||||
type PropsType = Record<string, never>;
|
||||
|
||||
export function SearchResultsLoadingFakeHeader(_: PropsType): JSX.Element {
|
||||
export function SearchResultsLoadingFakeHeader(
|
||||
_: PropsType
|
||||
): React.JSX.Element {
|
||||
return <div className="module-SearchResultsLoadingFakeHeader" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user