export default function QuickReplies({ options = [], onSelect, disabled = false }) { if (!options.length) return null return (