Workspaces layout, automation page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Link } from 'react-router';
|
||||
import { MessageSquare, Trash2 } from 'lucide-react';
|
||||
import { Widget } from '@/components/Widget';
|
||||
import { Widget } from 'widgets/Widget';
|
||||
import { useChatSessions } from '@/state/useChatSessions';
|
||||
|
||||
export const ChatHistory = () => {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { ChatHistory as ChatHistoryWidget } from './Widget';
|
||||
export { ChatHistory as ChatHistoryApp } from './Widget';
|
||||
export { SessionList } from './Screen';
|
||||
|
||||
Reference in New Issue
Block a user