Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Created August 11, 2018 06:11
Show Gist options
  • Save emmabostian/5ee5a356d58e950a36ee2b8f4ada97c5 to your computer and use it in GitHub Desktop.
Save emmabostian/5ee5a356d58e950a36ee2b8f4ada97c5 to your computer and use it in GitHub Desktop.
App.js
import React, { Component } from 'react';
class App extends Component {
render() {
return (
<div className="App">
<h1>React Recipe Book</h1>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment