1
2
3
4
5
6
7
8
9
10
11
// use gpui::AppContext;
// use std::sync::Arc;
// use workspace::AppState;

// 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);
// }