import { cn } from '~/utils'; export default function Sparkles({ className = '' }) { return ( ); }