Skip to content

Commit d059fbc

Browse files
authored
Merge pull request #86 from edx/add-hyperlink-to-index
fix(Hyperlink): Add Hyperlink component to exports
2 parents c860cfd + a88efe7 commit d059fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import InputSelect from './InputSelect';
55
import InputText from './InputText';
66
import Tabs from './Tabs';
77
import RadioButtonGroup, { RadioButton } from './RadioButtonGroup';
8+
import Hyperlink from './Hyperlink';
89

910
export {
1011
Button,
@@ -15,4 +16,5 @@ export {
1516
Tabs,
1617
RadioButtonGroup,
1718
RadioButton,
19+
Hyperlink,
1820
};

0 commit comments

Comments
 (0)