Move placeholder titlebar render to collab_ui

This commit is contained in:
Conrad Irwin 2023-11-15 15:47:33 -07:00
parent 84bcbf1128
commit 793fa6e3a4
15 changed files with 7323 additions and 7316 deletions

View file

@ -1,11 +1,11 @@
use gpui::AppContext;
use std::sync::Arc;
use workspace::AppState;
// use gpui::AppContext;
// use std::sync::Arc;
// use workspace::AppState;
pub mod incoming_call_notification;
pub mod project_shared_notification;
// pub mod incoming_call_notification;
// pub mod project_shared_notification;
pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
incoming_call_notification::init(app_state, cx);
project_shared_notification::init(app_state, cx);
}
// pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
// incoming_call_notification::init(app_state, cx);
// project_shared_notification::init(app_state, cx);
// }