blob: fcd632e2c6a22329d42217f614cf74fdfd610f76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// 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;
|