# SnippetsSection

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/components/SnippetsSection.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/components/SnippetsSection.tsx#L16)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SnippetsSection_58d25ca3["SnippetsSection"]
    class component_SnippetsSection_58d25ca3 rootComponent
```

## Relationships

- USES_HOOK → `useSession`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useRouter`
- USES_HOOK → `useState`
- USES_HOOK → `useCallback`
- USES_HOOK → `useEffect`
