Merge branch 'renovate/playwright' into 'main'
[ProtonMail-WebClient.git] / packages / account / allowAddressDeletion / hooks.ts
bloba86a65d8d3f3dcf59cc1db26e5cbd61a30435e07
1 import { createHooks } from '@proton/redux-utilities';
3 import { allowAddressDeletionThunk, selectAllowAddressDeletion } from './index';
5 const hooks = createHooks(allowAddressDeletionThunk, selectAllowAddressDeletion);
7 export const useAllowAddressDeletion = hooks.useValue;
8 export const useGetAllowAddressDeletion = hooks.useGet;