# TimelineCard

**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#L838)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `change` | `VersionChange` | ✓ | - |
| `formatDate` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_TimelineCard_2e54a068["TimelineCard"]
    class component_TimelineCard_2e54a068 rootComponent
```

## Relationships

- RENDERS → `ChangePairBlock`

## Referenced By

- `TimelineView` (RENDERS)
