joyent-portal/packages/ui-toolkit/src/tags/index.js

4 lines
149 B
JavaScript

export { default as TagItem } from './item';
export { default as TagList } from './list';
export { default as TagItemContainer } from './container';