Skip to content

Commit

Permalink
export Column and ColumnGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed May 16, 2017
1 parent e7e97ef commit 9833bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Table.Column = Column;
Table.ColumnGroup = ColumnGroup;

export default Table;
export { Column, ColumnGroup };

0 comments on commit 9833bd0

Please sign in to comment.