Skip to content

Commit

Permalink
Export tags components
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Apr 9, 2019
1 parent e6f54a4 commit 909d323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export { default as Settings } from './lib/Settings';

export { default as Tags } from './lib/Tags';
export { default as withTags } from './lib/Tags/withTags';
export { default as TagsForm } from './lib/Tags/TagsForm';
export { default as TagsList } from './lib/Tags/TagsList';
export { default as Tag } from './lib/Tags/Tag';

export { default as UserName } from './lib/UserName';

Expand Down

0 comments on commit 909d323

Please sign in to comment.