summaryrefslogblamecommitdiffstats
path: root/src/components/mod.rs
blob: 879f99e2e4bf1fd0c4d3dc694bb3cfa2d252c113 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                               
pub mod sidebar;
mod chats_list;
mod new_chat;
mod roster_list;
mod avatar;
mod message;
pub mod message_history_buffer;
pub mod message_composer;
pub mod chat_header;
mod overlay;
pub mod modal;
pub mod icon;
mod personal_status;