wip: refactor

This commit is contained in:
2025-02-01 08:30:24 +07:00
parent 82f18fc478
commit a61fd27b9d
25 changed files with 547 additions and 507 deletions

3
crates/chat/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod inbox;
pub mod registry;
pub mod room;