"use client"; import { ChatScreen } from "@/app/chat/chat-screen"; export default function ChatPage() { return ; }