# VersionsContent

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `onGenerate` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_VersionsContent_7bbc343f["VersionsContent"]
    class component_VersionsContent_7bbc343f rootComponent
```

## Relationships

- RENDERS → `RunningJobCard`
- USES_HOOK → `useSession`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useRouter`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
