import NewChatButton from "./NewChatButton"; import ChatList from "./ChatList"; import SettingsPanel from "./SettingsPanel"; const Sidebar = ({ chats }) => { return ( ); }; export default Sidebar;