| 1 | import { useState, useRef, useEffect } from 'react' |
| 2 | import { hybrid } from 'react-syntax-highlighter/dist/esm/styles/hljs' |
| 3 | import SyntaxHighlighter from 'react-syntax-highlighter' |
| 4 | import { ImSpinner } from 'react-icons/im' |
nothing calls this directly
no test coverage detected