import type { NegativeSignal } from "@/types/api"; export function SignalsPanel({ rows }: { rows: NegativeSignal[] }) { return (
Negative issuer signals
{rows.length}
); }