Skip to content

Commit

Permalink
Removed component from starter code
Browse files Browse the repository at this point in the history
  • Loading branch information
jokamjohn committed Apr 21, 2018
1 parent cf6365d commit 45675a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ typings/
.env
.next
.idea

6 changes: 1 addition & 5 deletions chapter 2/starter-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
<script src="https://unpkg.com/react-dom/umd/react-dom.development.js"></script>
<script type="text/babel">
// Add your brand new component here
const Greeting = () => <h1>Hello World today!</h1>;
ReactDOM.render(
<Greeting />,
document.getElementById('root')
);

</script>
</body>
</html>

0 comments on commit 45675a5

Please sign in to comment.