diff --git a/components/dashboard/ChatTable.tsx b/components/dashboard/ChatTable.tsx index 9ae05a4..df14763 100644 --- a/components/dashboard/ChatTable.tsx +++ b/components/dashboard/ChatTable.tsx @@ -18,7 +18,8 @@ import { Plus, MessageCircle, Loader2, - RefreshCw + RefreshCw, + Eye } from "lucide-react"; import axios from "axios"; import { toast } from "sonner"; @@ -251,13 +252,13 @@ export default function ChatTable() {