Skip to content

Instantly share code, notes, and snippets.

@johnnykoo84
Created April 17, 2019 14:47
Show Gist options
  • Save johnnykoo84/c2a5e2f723b74e5eab4eb18f44de957e to your computer and use it in GitHub Desktop.
Save johnnykoo84/c2a5e2f723b74e5eab4eb18f44de957e 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">Hello World</div>;
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment