import { XCircle } from 'lucide-react'; export default function PositionPanel({ positions }) { if (!positions || positions.length === 0) { return (