Commit a88efe78 by jaebradley

fix(Hyperlink): Add Hyperlink component to exports

parent c860cfdb
......@@ -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,
......@@ -15,4 +16,5 @@ export {
Tabs,
RadioButtonGroup,
RadioButton,
Hyperlink,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment