// Copyright 2021 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only import React from 'react'; type PropsType = Record; export function SearchResultsLoadingFakeRow(_: PropsType): JSX.Element { return (
); }