Skip to content

Instantly share code, notes, and snippets.

@paradoxinversion
Last active April 19, 2018 23:45
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 paradoxinversion/db69a47eb4176b94f76b5504a8bdf092 to your computer and use it in GitHub Desktop.
Save paradoxinversion/db69a47eb4176b94f76b5504a8bdf092 to your computer and use it in GitHub Desktop.
import React, { Component} from "react";
import "./App.css";
class App extends Component{
render(){
return(
<div className="App">
<h1> Hello, World! </h1>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment