blob: 3dd43a425cae7db14a199f6f45af4f0af8c876c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
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_page;
pub mod props;
pub mod stats;
pub mod user;
|