const { id } = props; return ( <div className="p-5"> <Widget src={"devhub.efiz.near/widget/devhub.entity.post.Post"} props={{ id, }} /> </div> );