# ScreenshotsTabContent

**Kind:** Component

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

Phase 4: Screenshots tab — loads active version's screenshot dashboard.

## Props

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

## Diagram

```mermaid
graph TD
    component_ScreenshotsTabContent_391b89a["ScreenshotsTabContent"]
    class component_ScreenshotsTabContent_391b89a rootComponent
```

## Relationships

- RENDERS → `ScreenshotsContent`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useSession`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
