Skip to content

Commit

Permalink
fix(docs): import path in rsc (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 30, 2024
1 parent 23f474e commit a1670fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/pages/docs/runtimes/vercel-ai-sdk/rsc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install @assistant-ui/react @assistant-ui/react-ai-sdk ai @ai-sdk/openai zod

### Setup `actions.tsx`

`@/app/api/chat/route.ts`
`@/app/actions.tsx`

```tsx
"use server";
Expand Down

0 comments on commit a1670fa

Please sign in to comment.