Loading react-frontend/my-react-app/src/components/Home.js 0 → 100644 +18 −0 Original line number Diff line number Diff line // ./react-frontend/my-react-app/src/components/Home.js import React from 'react'; function About() { return ( <div className="about-page"> <h2>Welcome to the React-Tornado Blog Demo</h2> <hr/> <h3>General</h3> <p> This web application... </p> </div> ); } export default About; Loading
react-frontend/my-react-app/src/components/Home.js 0 → 100644 +18 −0 Original line number Diff line number Diff line // ./react-frontend/my-react-app/src/components/Home.js import React from 'react'; function About() { return ( <div className="about-page"> <h2>Welcome to the React-Tornado Blog Demo</h2> <hr/> <h3>General</h3> <p> This web application... </p> </div> ); } export default About;