mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
wip
This commit is contained in:
parent
e87b4d8f54
commit
7c9a0c2634
@ -1,10 +1,9 @@
|
||||
const useMenuElements = () => {
|
||||
const setReloadTransactionsMenuActionFunction = (_: () => void) => {
|
||||
};
|
||||
const setReloadTransactionsMenuActionFunction = (_: () => void) => {};
|
||||
|
||||
return {
|
||||
setReloadTransactionsMenuActionFunction,
|
||||
};
|
||||
};
|
||||
|
||||
export default useMenuElements;
|
||||
export default useMenuElements;
|
||||
|
Loading…
Reference in New Issue
Block a user