import React from 'react' const AIInsights = ({ insights }) => { if (!insights || insights.length === 0) return null return (