Skip to content

Instantly share code, notes, and snippets.

@clc80
Created June 4, 2018 14:41
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 clc80/50c8e96000c0a5e68d4517dc7c091500 to your computer and use it in GitHub Desktop.
Save clc80/50c8e96000c0a5e68d4517dc7c091500 to your computer and use it in GitHub Desktop.
Blank App
import React, { Component } from 'react';
import './App.css';
class App extends Component {
render() {
return (
<div className="App">
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment