mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
const MenuElements = () => {
|
|
return null;
|
|
};
|
|
|
|
export default MenuElements;
|