Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / components / containers / app / clearKeyCache.ts
blob97dfa066e2a324730836b3028452d351aaa457e1
1 export const clearUsersKeysCache = () => {};
3 export const clearAddressesKeysCache = () => {};
5 export const clearOrgKeyCache = () => {};
7 export const clearKeysCache = () => {};