MingruiZhang commited on
Commit
7b2d417
1 Parent(s): 3ddd2f7
Files changed (1) hide show
  1. components/chat.tsx +2 -0
components/chat.tsx CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import { useChat, type Message } from 'ai/react';
2
  import '@/app/globals.css';
3
 
 
1
+ 'use client';
2
+
3
  import { useChat, type Message } from 'ai/react';
4
  import '@/app/globals.css';
5