aboutsummaryrefslogtreecommitdiff
path: root/ui/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-28 00:48:52 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-28 00:48:52 +0200
commit80d28b764c95891551e28c395783f5ff9d065743 (patch)
treef25898b1c939a939c63236ca4e8e843e81069947 /ui/src/lib.rs
parent335ba978dbaf203f3603a815147fd75dbf205723 (diff)
downloadjellything-80d28b764c95891551e28c395783f5ff9d065743.tar
jellything-80d28b764c95891551e28c395783f5ff9d065743.tar.bz2
jellything-80d28b764c95891551e28c395783f5ff9d065743.tar.zst
start with splitting server
Diffstat (limited to 'ui/src/lib.rs')
-rw-r--r--ui/src/lib.rs15
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;