Files
ai-agent/web/app/kefu/chat/page.tsx
T

6 lines
124 B
TypeScript
Raw Normal View History

import { KefuChatShell } from "@/components/kefu/chat-shell"
export default function Page() {
return <KefuChatShell />
}