import { getFromAddress } from '@admin/actions/resend/get-from-address' import { getResendClient } from '@admin/actions/resend/get-resend-client' export function isConfigured(): boolean { return Boolean(getResendClient() && getFromAddress()) }