1 import { resendVerificationCustomEmail } from '@proton/pass/lib/monitor/monitor.request';
2 import { resendVerificationCode } from '@proton/pass/store/actions';
3 import { createRequestSaga } from '@proton/pass/store/request/sagas';
5 export default createRequestSaga({ actions: resendVerificationCode, call: resendVerificationCustomEmail });