8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
"use client"
|
|
|
|
import Chat from "@/components/4nk/Chat"
|
|
|
|
export default function ChatPage() {
|
|
return <Chat heightClass="h-[calc(100vh-8rem)]" />
|
|
}
|