import { ConversationWorkbench } from "./_components/conversation-workbench";
export default function ConversationsPage() {
return <ConversationWorkbench />;
}