This commit is contained in:
Mikhail Kilin
2026-01-28 11:39:21 +03:00
parent 051c4a0265
commit 68a2b7a982
56 changed files with 4424 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
mod loading;
mod auth;
mod main_screen;
mod chat_list;
mod messages;
pub mod chat_list;
pub mod messages;
mod footer;
pub mod profile;