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