X-Git-Url: https://git.cworth.org/git?p=puzzless;a=blobdiff_plain;f=src%2FApp.js;fp=src%2FApp.js;h=203067e4d7553b342bf6507a30ced6f5c806e1c5;hp=0000000000000000000000000000000000000000;hb=71f81b4555b0830ddf20f5ea901b0d4b34be253c;hpb=5a6fdde528dcff44c86f73709ed54916a769222e diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..203067e --- /dev/null +++ b/src/App.js @@ -0,0 +1,21 @@ +import React, { Component } from 'react'; +import logo from './logo.svg'; +import './App.css'; + +class App extends Component { + render() { + return ( +
+
+ logo +

Welcome to React

+
+

+ To get started, edit src/App.js and save to reload. +

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