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