From 328d355f83d395037e5453f5a10a2290b1975774 Mon Sep 17 00:00:00 2001 From: redcreeper14385 Date: Thu, 18 Nov 2021 15:54:04 +0000 Subject: Initialize project using Create React App --- src/App.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/App.js (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..3784575 --- /dev/null +++ b/src/App.js @@ -0,0 +1,25 @@ +import logo from './logo.svg'; +import './App.css'; + +function App() { + return ( +
+
+ logo +

+ Edit src/App.js and save to reload. +

+ + Learn React + +
+
+ ); +} + +export default App; -- cgit 1.4.1-2-gfad0