mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
5a08b4ef63
This reverts commit fff04479a9
.
10 lines
168 B
TypeScript
10 lines
168 B
TypeScript
export const usePrivacy = () => {
|
|
const enableBlur = () => {};
|
|
|
|
const disableBlur = () => {};
|
|
|
|
return { enableBlur, disableBlur };
|
|
};
|
|
|
|
export default usePrivacy;
|