# PublicProjectLayout

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/layout.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/layout.tsx#L135)

## Props

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

## Diagram

```mermaid
graph TD
    component_PublicProjectLayout_4eda7201["PublicProjectLayout"]
    class component_PublicProjectLayout_4eda7201 rootComponent
```

## Relationships

- RENDERS → `PublicLayoutShell`
