()
| 5 | import {openExtensionPage} from '../../utils'; |
| 6 | |
| 7 | async function openDevTools() { |
| 8 | await openExtensionPage('devtools'); |
| 9 | } |
| 10 | |
| 11 | export function DevTools(): Malevic.Child { |
| 12 | return ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…