From e02d553503992c4ecbf1fa5b263dce33b4814d6d Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Mon, 30 Dec 2019 23:22:04 +0300 Subject: Initial commit from Create React App --- src/App.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..ce9cbd2 --- /dev/null +++ b/src/App.js @@ -0,0 +1,26 @@ +import React from 'react'; +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 v1.2.3