const content = Near.view("thewiki.near", "get_article", { article_id: props.articleId, }); return <div>{content.body}</div>;