/** * @deprecated */ import React from 'react'; function MoonletWallet(props: any) { const unlockWallet = async () => { console.log("unlock by moonlet"); // if no error // call parent function to redirect to dashboard props.onSuccessCallback(); } return (