Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix: Export Avatar, Collapse and Accordion components
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Oct 25, 2018
1 parent fed8bcf commit 76cc536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Avatar/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from './Avatar';
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
export Accordion from './Accordion';
export Alert from './Alert';
export Avatar from './Avatar';
export Box from './Box';
export Button from './Button';
export Card from './Card';
export Checkbox from './Form/Checkbox';
export CheckboxGroup from './Form/CheckboxGroup';
export Collapse from './Collapse';
export Column from './Grid/Column';
export Container from './Grid/Container';
export Dropdown from './Dropdown';
Expand Down

0 comments on commit 76cc536

Please sign in to comment.