# TimelineView

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `changes` | `VersionChange[]` | ✓ | - |
| `loading` | `boolean` | ✓ | - |
| `formatDate` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_TimelineView_2e5d5ffd["TimelineView"]
    class component_TimelineView_2e5d5ffd rootComponent
```

## Relationships

- RENDERS → `ClockIcon`
- RENDERS → `TimelineCard`

## Referenced By

- `CompareDocumentsPage` (RENDERS)
