(text)
| 2 | import PropTypes from 'prop-types'; |
| 3 | |
| 4 | export function monospace(text) { |
| 5 | return `<span style="font-family:monospace;background:#f7f7f7">${text}</span>`; |
| 6 | } |
| 7 | |
| 8 | function InfoPanel({ text }) { |
| 9 | return ( |
no outgoing calls
no test coverage detected
searching dependent graphs…