export { default as Badge, BadgeProps } from './badge.js';
export { useBadge } from './use-badge.js';
import '@heroui/system';
import 'tailwind-variants';
import '@heroui/theme';
import 'react';
import '@heroui/react-utils';
