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



                                                      

                   
         
           
               
            

          

                          



                
                   
          
// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

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;