You need to enable JavaScript to run this app.
Top
import
React
from
'react'
;
const
HelloWorld
=
(
)
=>
{
return
<
div
>
Hello World!
</
div
>
}
;