summaryrefslogtreecommitdiffstats
path: root/src/components/mod.rs
blob: d2fb6b5df3f000f271340d5b5605e3b264884996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
//
// 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;