diff --git a/src/hello-worlds/index.js b/src/hello-worlds/index.js index 6cbe464e..a419e05e 100644 --- a/src/hello-worlds/index.js +++ b/src/hello-worlds/index.js @@ -2,6 +2,7 @@ import ReactDOM from 'react-dom' function Hello() { return

Hello World

; + return

Hello Worlds

; } -ReactDOM.render(, document.body); \ No newline at end of file +ReactDOM.render(, document.body);