Skip to content

Commit

Permalink
fix: export Text component
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Jan 16, 2019
1 parent 71aa6f9 commit d641d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-core/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
export { default as Button } from './Button';
export { default as Icon } from './Icon';
export { default as Text } from './Text';
1 change: 1 addition & 0 deletions packages/react-core/src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ it('exports the expected named exports', () => {
Array [
"Button",
"Icon",
"Text",
]
`);
});

0 comments on commit d641d1c

Please sign in to comment.