// SPDX-FileCopyrightText: 2025 cel // // SPDX-License-Identifier: AGPL-3.0-or-later mod avatar; pub mod chat_header; mod chats_list; pub mod icon; mod message; pub mod message_composer; pub mod message_history_buffer; pub mod modal; mod new_chat; mod overlay; mod personal_status; mod roster_list; pub mod sidebar;