Skip to content

Instantly share code, notes, and snippets.

@Keith-S-Thompson
Created January 18, 2018 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keith-S-Thompson/a28b871a191e3459b81139d75e10a628 to your computer and use it in GitHub Desktop.
Save Keith-S-Thompson/a28b871a191e3459b81139d75e10a628 to your computer and use it in GitHub Desktop.
return (
  <div className="App">
    <h1>Quantum Pilot</h1>
      <div className="content">
        <div className="box"><About/></div>
        <div className="box">HnnYoutube</div>
        <div className="box">{buy}</div>
        <div className="box">{mykeys}</div>
      </div>
      <MetamaskPrompt enabled={this.state.metamask}/>
  </div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment