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