| 1 | import { memo, useMemo } from 'react'; |
| 2 | import ReactMarkdown, { type Components } from 'react-markdown'; |
| 3 | import type { BundledLanguage } from 'shiki'; |
| 4 | import { createScopedLogger } from '~/utils/logger'; |
nothing calls this directly
no test coverage detected