# ScreenshotsContent

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_ScreenshotsContent_5ae8d135["ScreenshotsContent"]
    class component_ScreenshotsContent_5ae8d135 rootComponent
```

## Relationships

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

## Referenced By

- `ScreenshotDashboard` (RENDERS)
