import {Button} from 'sentry/components/button'; import CommandLine from 'sentry/components/commandLine'; import EmptyMessage from 'sentry/components/emptyMessage'; import Panel from 'sentry/components/panels/panel'; import {IconRefresh} from 'sentry/icons'; import {t, tct} from 'sentry/locale'; type Props = { disabled: boolean; onRefresh: () => void; }; function WaitingActivity({onRefresh, disabled}: Props) { return ( {'relay run'}, }) } action={ } /> ); } export default WaitingActivity;