a40a50f 71fac34 a40a50f 71fac34
1
2
3
4
5
6
import ChatApp from "../components/ChatApp"; export default function Home() { return <ChatApp />; }