diff --git a/src/App.js b/src/App.js index 5df4878b4..941bd163f 100644 --- a/src/App.js +++ b/src/App.js @@ -1,11 +1,16 @@ import * as React from 'react'; -const title = 'React'; +function getTitle(title) { + return title; +} function App() { return (