Skip to content

Instantly share code, notes, and snippets.

@pratik-chakravorty
Created July 8, 2018 18:51
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 pratik-chakravorty/c1dc1b7cc4caf147f9976ca21b34fb88 to your computer and use it in GitHub Desktop.
Save pratik-chakravorty/c1dc1b7cc4caf147f9976ca21b34fb88 to your computer and use it in GitHub Desktop.
import React, { Component } from "react";
class App extends Component {
render() {
return (
<div className="App">
<h1>Hello, React!!</h1>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment