Skip to content

Commit

Permalink
feat: removed lesson 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhobart committed Nov 8, 2015
1 parent 39b9dd1 commit 05aa401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
13 changes: 0 additions & 13 deletions lessons/7_app/index.js

This file was deleted.

5 changes: 1 addition & 4 deletions lessons/lesson-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const LESSONS_DATA = [{
}, {
component: require('./6_animations'),
name: 'Animations',
}, {
component: require('./7_app'),
name: 'App',
}];

module.exports = LESSONS_DATA;
module.exports = LESSONS_DATA;

0 comments on commit 05aa401

Please sign in to comment.