Chat and Terminal as plugins
This commit is contained in:
@@ -3,8 +3,7 @@ import { Search, AlertCircle, CheckCircle2, Clock, ArrowLeft } from 'lucide-reac
|
||||
import { useClient } from 'hooks/useClient';
|
||||
import { DashboardLayout } from '../Layout';
|
||||
import { Card } from '@/components/Card';
|
||||
import { MessageBubble } from '../Chat/MessageBubble';
|
||||
import type { ChatMessage } from '../Chat/types';
|
||||
import { MessageBubble, type ChatMessage } from 'plugins/Chat/client';
|
||||
|
||||
type LogMetadata = {
|
||||
filename: string;
|
||||
|
||||
Reference in New Issue
Block a user