| 1 | import { memo, useEffect, useMemo, useState } from "react"; |
| 2 | import type { GitHubPullRequest, GitHubPullRequestComment } from "../../../types"; |
| 3 | import { formatRelativeTime } from "../../../utils/time"; |
| 4 | import { Markdown } from "../../messages/components/Markdown"; |
nothing calls this directly
no test coverage detected