# ParsingResults

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `result` | `ParseResult` | ✓ | - |
| `code` | `string` | ✓ | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_ParsingResults_746c7c70["ParsingResults"]
    class component_ParsingResults_746c7c70 rootComponent
```

## Relationships

- RENDERS → `TabButton`
- RENDERS → `SymbolList`
- RENDERS → `DependencyGraph`
- RENDERS → `CodeViewer`
- RENDERS → `ErrorIcon`
- RENDERS → `WarningIcon`
- USES_HOOK → `useState`
