# DiffSourceWrapper

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/diff-source/DiffSourceWrapper.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/diff-source/DiffSourceWrapper.tsx#L8)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DiffSourceWrapper_2f3e541c["DiffSourceWrapper"]
    class component_DiffSourceWrapper_2f3e541c rootComponent
```

## Relationships

- RENDERS → `DiffViewer`
- RENDERS → `SourceEditor`
- USES_HOOK → `useCellValues`
