Skip to content

Instantly share code, notes, and snippets.

@georgecode
Last active March 20, 2019 07:40
Show Gist options
  • Save georgecode/3cc62b53c1ec94943ef0f2b3658c3c8a to your computer and use it in GitHub Desktop.
Save georgecode/3cc62b53c1ec94943ef0f2b3658c3c8a to your computer and use it in GitHub Desktop.
Clean_up_boilerplate
// basic_web3js_transaction_tutorial/src/App.js
import React, { Component } from "react";
import "./App.css";
class App extends Component {
render() {
return (
<div className="App">
<h1>sudo_web_wallet</h1>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment