# CommandPalette

**Kind:** Component

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

## Diagram

```mermaid
graph TD
    component_CommandPalette_2ff14b4d["CommandPalette"]
    class component_CommandPalette_2ff14b4d rootComponent
```

## Relationships

- RENDERS → `MagnifyingGlassIcon`
- RENDERS → `Icon`
- USES_HOOK → `useRouter`
- USES_HOOK → `useSession`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useProjectContext`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`
- USES_HOOK → `useCallback`
- USES_HOOK → `useMemo`
