blob: 0e2ffce1fc1e0f6b23b62b4a9c0465c7e35161b7 (
plain) (
tree)
|
|
mod avatar;
pub mod chat_header;
mod chats_list;
pub mod icon;
mod message;
pub mod message_composer;
pub mod message_history_buffer;
pub mod modal;
mod new_chat;
mod overlay;
mod personal_status;
mod roster_list;
pub mod sidebar;
|