Skip to content

Commit

Permalink
fix(index): export Icon from index.jsx (#149)
Browse files Browse the repository at this point in the history
So we can write `import { Icon } from '@edx/paragon';`.
  • Loading branch information
thallada committed Feb 20, 2018
1 parent efd86c5 commit c244493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import CheckBox from './CheckBox';
import CheckBoxGroup from './CheckBoxGroup';
import Dropdown from './Dropdown';
import Hyperlink from './Hyperlink';
import Icon from './Icon';
import InputSelect from './InputSelect';
import InputText from './InputText';
import MailtoLink from './MailtoLink';
Expand All @@ -22,6 +23,7 @@ export {
CheckBoxGroup,
Dropdown,
Hyperlink,
Icon,
InputSelect,
InputText,
MailtoLink,
Expand Down

0 comments on commit c244493

Please sign in to comment.