"use client"; import { ChatWindow } from "@/components/chat-window"; export default function Home() { return ; }