Problem in netlify's home page

You might have seen this picture in the home page of the site, there is a react code which renders a beautiful ui.

image

The problem with this is in the code (react code) there is no return so the ui shouldn’t show up -_-

Hi @AryaAnish121,

From the little React that I know, that seems to be a valid piece of code to me. I am seeing the return statement:

return (
  <div>
  </div>
)

Could you further explain what seems to be missing?