import React from "react"; import ChannelList from "./ChannelList"; import Chatroom from "./ChatRoom"; export default function App() { return (
); }