Skip to content

Instantly share code, notes, and snippets.

@ilonacodes
Created December 28, 2018 18:21
Show Gist options
  • Save ilonacodes/1095e0274bde860abfd8ea835145c471 to your computer and use it in GitHub Desktop.
Save ilonacodes/1095e0274bde860abfd8ea835145c471 to your computer and use it in GitHub Desktop.
// App.js
import React, {Component} from 'react';
class App extends Component {
render() {
return (
<div>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment