Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Created August 11, 2018 06:11
Show Gist options
  • Save emmabostian/13ce0ca8c619dcff1885c04ae3e1c918 to your computer and use it in GitHub Desktop.
Save emmabostian/13ce0ca8c619dcff1885c04ae3e1c918 to your computer and use it in GitHub Desktop.
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