# DashboardPage

**Kind:** Component

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

## Diagram

```mermaid
graph TD
    component_DashboardPage_736be54b["DashboardPage"]
    class component_DashboardPage_736be54b rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `OnboardingChecklist`
- RENDERS → `NewProjectWizard`
- RENDERS → `Link`
- RENDERS → `FolderIcon`
- USES_HOOK → `useSession`
- USES_HOOK → `useProjects`
- USES_HOOK → `useRouter`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
