Extract chat_panel
into its own crate
This commit is contained in:
parent
d04a11405c
commit
1ec0afb2d1
6 changed files with 32 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue