import { Crown } from 'lucide-react'; import { Badge } from '@/components/ui/badge'; interface ProBadgeProps { className?: string; } export function ProBadge({ className }: ProBadgeProps) { return ( Pro ); }