summaryrefslogtreecommitdiffstats
path: root/src/components/mod.rs
blob: 0e2ffce1fc1e0f6b23b62b4a9c0465c7e35161b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;