aboutsummaryrefslogtreecommitdiff
path: root/ui/src/components/mod.rs
blob: 28d09f28fe01af0f95e6e01e104474e7dd9908d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
    This file is part of jellything (https://codeberg.org/metamuffin/jellything)
    which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
    Copyright (C) 2026 metamuffin <metamuffin.org>
*/

pub mod admin;
pub mod admin_log;
pub mod home;
pub mod items;
pub mod login;
pub mod message;
pub mod node_card;
pub mod node_list;
pub mod node_page;
pub mod props;
pub mod search;
pub mod stats;
pub mod user;