import {Button} from 'sentry/components/button'; import Confirm from 'sentry/components/confirm'; import {t} from 'sentry/locale'; export function ConfirmAccountClose({ handleRemoveAccount, }: { handleRemoveAccount: () => void; }) { return ( ); }