const accountId = context.accountId; if (!accountId) { return "Hi, please sign in with NEAR wallet"; } return <h1>{`Hello, ${accountId}`}</h1>;