Move to clerk

This commit is contained in:
Jared Palmer 2023-06-13 17:31:15 -04:00
parent cd340320b7
commit 567b0ac313
18 changed files with 550 additions and 178 deletions

View file

@ -1,6 +1,6 @@
'use client'
import { useChat, type Message } from 'ai-connector'
import { useChat, type Message } from 'ai-connector/react'
import { cn } from '@/lib/utils'
import { ChatList } from '@/components/chat-list'