Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created January 6, 2020 22:49
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 BetterProgramming/37ff31b0847f5e4b4cd332996a49f78a to your computer and use it in GitHub Desktop.
Save BetterProgramming/37ff31b0847f5e4b4cd332996a49f78a to your computer and use it in GitHub Desktop.
import React from "react";
import "./App.css";
function App() {
return (
<div className="App">
<h1 className="title">Bitcoin</h1>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment