Skip to content

Commit

Permalink
fix(input): add missing exports to index.js (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
thallada authored Jan 17, 2018
1 parent a0e346b commit 138ad94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import asInput from './asInput';
import Button from './Button';
import CheckBox from './CheckBox';
import CheckBoxGroup from './CheckBoxGroup';
import Dropdown from './Dropdown';
import Hyperlink from './Hyperlink';
import InputSelect from './InputSelect';
Expand All @@ -11,11 +12,13 @@ import StatusAlert from './StatusAlert';
import Table from './Table';
import Tabs from './Tabs';
import TextArea from './TextArea';
import Variant from './utils/constants';

export {
asInput,
Button,
CheckBox,
CheckBoxGroup,
Dropdown,
Hyperlink,
InputSelect,
Expand All @@ -27,4 +30,5 @@ export {
Table,
Tabs,
TextArea,
Variant,
};

0 comments on commit 138ad94

Please sign in to comment.