blob: fcd632e2c6a22329d42217f614cf74fdfd610f76 (
plain) (
tree)
|
|
// 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;
|