import { withInstall } from '../utils'; import _Badge from './Badge'; export const Badge = withInstall(_Badge); export default Badge;