# SceneGeneration

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneGeneration.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneGeneration.tsx#L105)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `selectedDocTypes` | `string[]` | - | [] |
| `onRetry` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SceneGeneration_496b04d7["SceneGeneration"]
    class component_SceneGeneration_496b04d7 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `CountUp`
- USES_HOOK → `useRouter`
- USES_HOOK → `useSession`
- USES_HOOK → `useRef`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
