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

6 lines
124 B
TypeScript

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