| 1 | import { memo, useEffect, useState } from 'react'; |
| 2 | import { bundledLanguages, codeToHtml, isSpecialLang, type BundledLanguage, type SpecialLanguage } from 'shiki'; |
| 3 | import { classNames } from '~/utils/classNames'; |
| 4 | import { createScopedLogger } from '~/utils/logger'; |
nothing calls this directly
no test coverage detected