diff --git a/src/App.js b/src/App.js index 3093baf..4da5f16 100644 --- a/src/App.js +++ b/src/App.js @@ -2,7 +2,7 @@ import React from 'react'; function App() { const value = 'World'; - return
Hello {value} !!!
; + return
Hello {value} from test !!!
; } export default App;