chore: refactor chat registry

This commit is contained in:
2025-02-11 15:01:03 +07:00
parent 76d2c14870
commit 140a16e617
13 changed files with 297 additions and 319 deletions

2
crates/chats/src/lib.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod registry;
pub mod room;