Loading...
function Greeting() {
return (
<div>
<h1>Hello</h1>
<p>World</p>
</div>
);
}
waiting
no calls yet
no output yet