# JobsContent

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_JobsContent_394df1e1["JobsContent"]
    class component_JobsContent_394df1e1 rootComponent
```

## Relationships

- RENDERS → `Link`
- RENDERS → `JobHistory`
- USES_HOOK → `useSession`
- USES_HOOK → `useCallback`
- USES_HOOK → `useDocumentationJobs`

## Referenced By

- `ProjectJobsPage` (RENDERS)
