add community crate
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use gpui::{App, Window};
|
||||
|
||||
mod community;
|
||||
mod sync;
|
||||
|
||||
pub use sync::*;
|
||||
|
||||
pub fn init(_window: &mut Window, _cx: &mut App) {}
|
||||
Reference in New Issue
Block a user