# PublicDocumentPage

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/public/documents/[id]/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/public/documents/[id]/page.tsx#L33)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `params` | `Promise` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_PublicDocumentPage_12b0d4c8["PublicDocumentPage"]
    class component_PublicDocumentPage_12b0d4c8 rootComponent
```

## Relationships

- RENDERS → `ExclamationTriangleIcon`
- RENDERS → `MDXEditor`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
