diff options
Diffstat (limited to 'ui/src/lib.rs')
-rw-r--r-- | ui/src/lib.rs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/src/lib.rs b/ui/src/lib.rs new file mode 100644 index 0000000..40d43dd --- /dev/null +++ b/ui/src/lib.rs @@ -0,0 +1,15 @@ +/* + 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) 2025 metamuffin <metamuffin.org> +*/ +pub mod format; +pub mod locale; +pub mod node_page; +pub mod node_card; +pub mod scaffold; +pub mod props; +pub mod filter_sort; +pub mod search; +pub mod stats; +pub mod home; |