import React from "react"; import Chat from "./Chat"; export default function Index() { return ( ); }