# ErrorState

**Kind:** Component

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

Error state component

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `error` | `Error` | ✓ | - |
| `onRetry` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ErrorState_19b41561["ErrorState"]
    class component_ErrorState_19b41561 rootComponent
```

## Relationships

- RENDERS → `AlertCircle`
