# ProfilePage

**Kind:** Component

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/pages/profile/[id].tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/pages/profile/[id].tsx#L21)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `initialUser` | `unknown` | - | - |

## Diagram

```mermaid
graph TD
    component_ProfilePage_560b332b["ProfilePage"]
    class component_ProfilePage_560b332b rootComponent
```

## Relationships

- RENDERS → `Layout`
- RENDERS → `Head`
- RENDERS → `UserProfile`
- USES_HOOK → `useRouter`
