update community backend

This commit is contained in:
2026-09-18 19:27:30 +07:00
parent 2def7548ef
commit 70140b2454
3 changed files with 252 additions and 12 deletions
+1
View File
@@ -3,6 +3,7 @@ use gpui::{App, Window};
mod community;
mod sync;
pub use community::*;
pub use sync::*;
pub fn init(_window: &mut Window, _cx: &mut App) {}