Skip to content

Commit

Permalink
fix(Hyperlink): Add Hyperlink component to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Nov 21, 2017
1 parent c860cfd commit a88efe7
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 a88efe7

Please sign in to comment.