| 15 | } |
| 16 | |
| 17 | interface ProcessingBlockProps { |
| 18 | isProcessing: boolean |
| 19 | stats?: ProcessingStats |
| 20 | } |
| 21 | |
| 22 | export default function ProcessingBlock({ isProcessing, stats = { |
| 23 | subdomainsParsed: 0, |
nothing calls this directly
no outgoing calls
no test coverage detected