Extract chat_panel into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:23:45 +02:00
parent d04a11405c
commit 1ec0afb2d1
6 changed files with 32 additions and 4 deletions

View file

@ -12,8 +12,7 @@ use workspace::{self, settings, OpenNew};
use zed::{
self,
assets::Assets,
chat_panel, client,
client::{http, ChannelList, UserStore},
client::{self, http, ChannelList, UserStore},
editor, file_finder,
fs::RealFs,
language, menus, people_panel, theme_selector, AppState, OpenParams, OpenPaths,