aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-07 11:10:10 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-07 11:59:59 +0200
commitdc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5 (patch)
treeeb724ec5c0de92abef03549365eba01e07c06d90 /server/src/routes/ui/mod.rs
parent55eba6fdc6742d2850d003059220284bace059fc (diff)
downloadjellything-dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5.tar
jellything-dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5.tar.bz2
jellything-dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5.tar.zst
node sort ui
Diffstat (limited to 'server/src/routes/ui/mod.rs')
-rw-r--r--server/src/routes/ui/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/routes/ui/mod.rs b/server/src/routes/ui/mod.rs
index d561627..07098c8 100644
--- a/server/src/routes/ui/mod.rs
+++ b/server/src/routes/ui/mod.rs
@@ -31,6 +31,7 @@ pub mod layout;
pub mod node;
pub mod player;
pub mod style;
+pub mod sort;
pub struct HtmlTemplate<'a>(pub markup::DynRender<'a>);