mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
10 lines
203 B
TypeScript
10 lines
203 B
TypeScript
const useMenuElements = () => {
|
|
const setReloadTransactionsMenuActionFunction = (_: () => void) => {};
|
|
|
|
return {
|
|
setReloadTransactionsMenuActionFunction,
|
|
};
|
|
};
|
|
|
|
export default useMenuElements;
|