"use client"; import ChatWindow from "./ChatWindow"; export default function Chat() { return (
); }