# DashboardLayout

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_DashboardLayout_47a9a6a3["DashboardLayout"]
    class component_DashboardLayout_47a9a6a3 rootComponent
```

## Relationships

- RENDERS → `Navbar`
- RENDERS → `Sidebar`
- RENDERS → `AnimatePresence`
- RENDERS → `motion-div`
- RENDERS → `XMarkIcon`
- RENDERS → `Bars3Icon`
- USES_HOOK → `useState`
