# DependencyGraph

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `dependencies` | `Dependency[]` | ✓ | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_DependencyGraph_552a8292["DependencyGraph"]
    class component_DependencyGraph_552a8292 rootComponent
```

## Relationships

- RENDERS → `ExternalIcon`
- RENDERS → `DependencyCard`
- RENDERS → `InternalIcon`
