const accountId = context.accountId; if (!accountId) { return "Please sign in with NEAR wallet to use this widget"; } return <h1>{`Hello, ${accountId}!`}</h1>;