Update button

This commit is contained in:
Leon van Zyl
2025-08-13 09:25:25 +02:00
parent c412e6e76d
commit 4eae69b8ce
7 changed files with 74 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
"use client"
import { useChat } from "ai/react"
import { useChat } from "@ai-sdk/react"
import { Button } from "@/components/ui/button"
import { UserProfile } from "@/components/auth/user-profile"
import { useSession } from "@/lib/auth-client"