# EnhancePanel

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/AI/EnhancePanel.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/AI/EnhancePanel.tsx#L30)

## Props

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

## Diagram

```mermaid
graph TD
    component_EnhancePanel_1f5e4b27["EnhancePanel"]
    class component_EnhancePanel_1f5e4b27 rootComponent
```

## Relationships

- RENDERS → `OutOfCredits`
- USES_HOOK → `useSession`
- USES_HOOK → `useState`
