From eca1edf0943aa1531f41542508fa8504c96bc491 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 23 Dec 2019 22:58:41 +0300 Subject: Initial commit from nwb v0.23.0 --- src/App.js | 19 +++++++++++++++++++ 1 file changed, 19 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..b890840 --- /dev/null +++ b/src/App.js @@ -0,0 +1,19 @@ +import './App.css' + +import React, {Component} from 'react' + +class App extends Component { + render() { + return
+
+

Welcome to React

+
+
+ +

Edit src/App.js and save to hot reload your changes.

+
+
+ } +} + +export default App -- cgit v1.2.1-18-gbd029