| 755 | // ── Result panel ──────────────────────────────────────────────── |
| 756 | |
| 757 | interface SearchEntry { |
| 758 | type: string; |
| 759 | query: string; |
| 760 | dataset: string; |
| 761 | body: string; |
| 762 | } |
| 763 | |
| 764 | function ResultPanel({ |
| 765 | entry, |
nothing calls this directly
no outgoing calls
no test coverage detected