import { ArrowRight } from 'lucide-react'; import { getSeverityColor } from '../../lib/command/utils'; import type { IntelligenceCard } from '../types'; interface IntelligencePanelProps { cards: IntelligenceCard[]; } export function IntelligencePanel({ cards }: IntelligencePanelProps) { return (
{card.description}