add community crate

This commit is contained in:
2026-09-18 18:49:21 +07:00
parent 1320a2c361
commit 2def7548ef
8 changed files with 788 additions and 523 deletions
+8
View File
@@ -0,0 +1,8 @@
use gpui::{App, Window};
mod community;
mod sync;
pub use sync::*;
pub fn init(_window: &mut Window, _cx: &mut App) {}