--- import { cn } from '@/lib/utils' interface Props { class?: string } const { class: className } = Astro.props ---