import * as React from 'react'; import { cn } from '@/lib/utils'; export function Badge({ className, ...props }: React.HTMLAttributes) { return (
); }