Skip to content

Commit

Permalink
Add specific imports for FontIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed May 29, 2016
1 parent 7a241e9 commit fbdceed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/font_icon/FontIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ FontIcon.defaultProps = {
};

export default FontIcon;
export { FontIcon };
5 changes: 4 additions & 1 deletion components/font_icon/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export default from './FontIcon.js';
import FontIcon from './FontIcon.js';

export default FontIcon;
export { FontIcon };

0 comments on commit fbdceed

Please sign in to comment.