| 1 | import { memo, useEffect, useMemo, useState, useCallback, useRef } from "react" |
| 2 | import { useTranslation } from "react-i18next" |
| 3 | import { ChevronDown, ChevronRight, FileDiff } from "lucide-react" |
| 4 | import { createTwoFilesPatch } from "diff" |
nothing calls this directly
no test coverage detected