Update EOL

This commit is contained in:
pranavjadhav007 2025-04-04 17:22:41 +05:30
parent d9011dbdb2
commit 41acca6a42
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ export const SignRequestHandler: React.FC = () => {
}, [navigation, accounts, currentIndex, selectedNetwork]);
return null;
};
};

View File

@ -70,4 +70,4 @@ const useGetOrCreateAccounts = (onWalletCreated?: () => void) => {
}, [networksData, getAccountsData, onWalletCreated]);
};
export default useGetOrCreateAccounts;
export default useGetOrCreateAccounts;