# UnifiedDiff

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/documents/[id]/compare/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/documents/[id]/compare/page.tsx#L438)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `diffLines` | `DiffLine[]` | ✓ | - |
| `fromRevision` | `DocumentRevision | null` | ✓ | - |
| `toRevision` | `DocumentRevision | null` | ✓ | - |
| `formatDate` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_UnifiedDiff_27573860["UnifiedDiff"]
    class component_UnifiedDiff_27573860 rootComponent
```

## Relationships

- RENDERS → `DiffLineRow`

## Referenced By

- `CompareDocumentsPage` (RENDERS)
