| 1 | import { memo, useMemo, useEffect, useState } from "react" |
| 2 | import { parseUnifiedDiff, type DiffLine } from "@src/utils/parseUnifiedDiff" |
| 3 | import { normalizeLanguage } from "@src/utils/highlighter" |
| 4 | import { getLanguageFromPath } from "@src/utils/getLanguageFromPath" |
nothing calls this directly
no test coverage detected