ai-connector -> ai

This commit is contained in:
Shu Ding 2023-06-16 22:43:24 +02:00
parent 52a209c57a
commit 5744f56ff6
No known key found for this signature in database
GPG key ID: C39970877C25D6DD
11 changed files with 9 additions and 33 deletions

View file

@ -1,6 +1,6 @@
'use client'
import { type Message } from 'ai-connector'
import { type Message } from 'ai'
import { Button } from '@/components/ui/button'
import { IconCheck, IconCopy } from '@/components/ui/icons'