Skip to content

Instantly share code, notes, and snippets.

@pratik-chakravorty
Created March 22, 2018 11:26
Show Gist options
  • Save pratik-chakravorty/d0d0ea70047be7125d13c97b81c14802 to your computer and use it in GitHub Desktop.
Save pratik-chakravorty/d0d0ea70047be7125d13c97b81c14802 to your computer and use it in GitHub Desktop.
Cleaning up Index.js
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