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