Skip to content

Commit

Permalink
Move icon functions to index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Feb 13, 2017
1 parent 00b37bb commit 973c52f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
6 changes: 0 additions & 6 deletions ui_framework/components/icon/create_icon.js

This file was deleted.

6 changes: 0 additions & 6 deletions ui_framework/components/icon/delete_icon.js

This file was deleted.

3 changes: 1 addition & 2 deletions ui_framework/components/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { CreateIcon } from './icon/create_icon';
export { DeleteIcon } from './icon/delete_icon';
export * from './icon';

0 comments on commit 973c52f

Please sign in to comment.