| 1 | import { memo, useEffect, useRef, useCallback, useState } from "react" |
| 2 | import styled from "styled-components" |
| 3 | import { useCopyToClipboard } from "@src/utils/clipboard" |
| 4 | import { getHighlighter, isLanguageLoaded, normalizeLanguage } from "@src/utils/highlighter" |
nothing calls this directly
no test coverage detected