import { installable } from '../utils'; import _Tag from './Tag'; const Tag = installable(_Tag); export default Tag; export { Tag };