function Foo(props) {
return (
<>
Hello {props.greeting}{" "}
<div>
<>Text</>
</div>
</>
);
}
function Foo(props) {
return (
<>
Hello {props.greeting}{" "}
<div>
<>Text</>
</div>
</>
);
}