summaryrefslogblamecommitdiffstats
path: root/src/lib.rs
blob: 7abe68df3bb336860534a1a4135bb94c412dd4f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                   
         
           
               
            

          

                          



                
                   
          
pub use views::App;

mod chat;
mod client;
mod components;
mod contact;
mod files;
mod icon;
mod message;
mod message_subscriptions;
mod open_chats;
mod roster;
mod state_store;
mod user;
mod user_presences;
mod views;