diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..f4b1440 --- /dev/null +++ b/src/App.js @@ -0,0 +1,14 @@ +import './App.css'; + +function App() { + return ( +
+
+

Hello World!

+

Welcome to React

+
+
+ ); +} + +export default App;