# GenerationWizard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/pme/generation-wizard.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/pme/generation-wizard.tsx#L32)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `onStarted` | `Function` | ✓ | - |
| `onBack` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_GenerationWizard_ffd9b70["GenerationWizard"]
    class component_GenerationWizard_ffd9b70 rootComponent
```

## Relationships

- USES_HOOK → `useProjectContext`
- USES_HOOK → `usePme`
- USES_HOOK → `useState`
