Skip to content

Commit

Permalink
Merge pull request #86 from edx/add-hyperlink-to-index
Browse files Browse the repository at this point in the history
fix(Hyperlink): Add Hyperlink component to exports
  • Loading branch information
jaebradley authored Nov 21, 2017
2 parents c860cfd + a88efe7 commit d059fbc
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 @@ -5,6 +5,7 @@ import InputSelect from './InputSelect';
import InputText from './InputText';
import Tabs from './Tabs';
import RadioButtonGroup, { RadioButton } from './RadioButtonGroup';
import Hyperlink from './Hyperlink';

export {
Button,
Expand All @@ -15,4 +16,5 @@ export {
Tabs,
RadioButtonGroup,
RadioButton,
Hyperlink,
};

0 comments on commit d059fbc

Please sign in to comment.