fix: workaround for using currentUser in server actions

This commit is contained in:
shadcn 2023-06-14 16:39:55 +04:00
parent c0011ed15f
commit 8156e62256
5 changed files with 11 additions and 34 deletions

View file

@ -1,5 +1,3 @@
'use client'
import { type Message } from 'ai-connector'
import { Separator } from '@/components/ui/separator'