# ConflictFileCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/changes/[crId]/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/changes/[crId]/page.tsx#L67)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `file` | `ChangeRequestConflictFile` | ✓ | - |
| `busy` | `boolean` | ✓ | - |
| `onResolve` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ConflictFileCard_27895112["ConflictFileCard"]
    class component_ConflictFileCard_27895112 rootComponent
```

## Relationships

- RENDERS → `Spinner`
- USES_HOOK → `useState`

## Referenced By

- `ChangeRequestDetailPage` (RENDERS)
