6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { KefuChatShell } from "@/components/kefu/chat-shell"
|
|
|
|
export default function Page() {
|
|
return <KefuChatShell />
|
|
}
|