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

6 lines
138 B
TypeScript
Raw Normal View History

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