fix: remove use client boundary

This commit is contained in:
shadcn 2023-06-13 22:01:50 +04:00
parent 9158bfe82c
commit 6f69b878d5
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
'use client'
import { UseChatHelpers } from 'ai-connector'
import { Button } from '@/components/ui/button'