diff --git a/src/App.js b/src/App.js index 77b412b..46fe028 100644 --- a/src/App.js +++ b/src/App.js @@ -1,25 +1,28 @@ import logo from './logo.svg'; import './App.css'; -function App() { +//make scrollable webpage + +function App(){ return (
+

My First React App

logo

- Hello there! I was changed on the feature branch. + Edit src/App.js, save, and reload.

- Learn React + Learn React Now
); } - export default App;