import React from 'react'; export default function ResultsPanel({ results }) { return (
No runs yet. Queue a sensor input and run the simulation.
) : (| Command | Sensor | Value | Result | Output | Net ops |
|---|---|---|---|---|---|
| {r.command} | {r.sensor} | {r.value} | {r.matched ? 'matched' : 'no match'} | {r.output || '—'}{r.actuator ? ` → ${r.actuator}` : ''} | {r.network_ops_applied} |