"use client";

import { Chat } from "../_components/chat";

export default function Home() {
  return <Chat />;
}
