// SPDX-FileCopyrightText: 2025 cel // // 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;