Skip to content

Commit

Permalink
refactor: move jmtoolbar to component
Browse files Browse the repository at this point in the history
  • Loading branch information
ICELI committed May 27, 2017
1 parent 5a48edf commit 08a5b65
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/component/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require('./toggle.directive');
require('./search.directive');
require('./document.click.directive');
require('./jmtoolbar/jmtoolbar.directive.js');
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/layout/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require('./header.directive.js');
require('./footer.directive.js');
require('./jmtoolbar/jmtoolbar.directive.js');
require('./footer.directive.js');

0 comments on commit 08a5b65

Please sign in to comment.