Files
ai-agent/web/app/dashboard/conversations/page.tsx
T

6 lines
163 B
TypeScript
Raw Normal View History

import { ConversationWorkbench } from "./_components/conversation-workbench";
2026-04-09 10:01:23 +08:00
export default function ConversationsPage() {
return <ConversationWorkbench />;
2026-04-09 10:01:23 +08:00
}