fix: use ai/react

This commit is contained in:
shadcn 2023-06-14 16:05:03 +04:00
parent f2c71a0f9d
commit 5c01f8a637
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
import { type UseChatHelpers } from 'ai-connector'
import { type UseChatHelpers } from 'ai-connector/react'
import { Button } from '@/components/ui/button'
import { ExternalLink } from '@/components/external-link'