import Tag from './Tag';
export * from './Tag';
export * from './LinkTag';
export * from './SelectTag';
export default Tag;
