Skip to content

Commit

Permalink
fix: imports (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 14, 2024
1 parent cf64c12 commit 77a45a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/docs/content/docs/reference/context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
ThreadState,
ThreadMessagesState,
ThreadActionsState,
ThreadRuntimeState,
ComposerState,
EditComposerState,
ThreadViewportState,
Expand Down Expand Up @@ -159,8 +158,6 @@ const { useThreadRuntime } = useThreadContext();
const runtime = useThreadRuntime();
```

<ParametersTable {...ThreadRuntimeState} />

### `useComposer`

```tsx
Expand Down

0 comments on commit 77a45a6

Please sign in to comment.