import Alert from 'sentry/components/alert'; import {t} from 'sentry/locale'; const ComingSoon = () => ( {t('This feature is coming soon!')} ); export default ComingSoon;