import {Fragment} from 'react'; import type {ModalRenderProps} from 'sentry/actionCreators/modal'; function SetupAlertIntegrationModal({Header, Body}: ModalRenderProps) { return (
Connect with a messaging tool
Receive alerts and digests right where you work.
); } export default SetupAlertIntegrationModal;