aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/mod.rs
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-08-07 12:00:50 +0200
committertpart <tpart120@proton.me>2023-08-07 12:00:50 +0200
commit6e3c84c12b2182ff0e33c1447d94979358919148 (patch)
tree567a0b5b3662a8f36f4ce0f4a54025300858bf46 /server/src/routes/ui/mod.rs
parenteef08157290987437829db0c1bbc82183732b6b5 (diff)
parentb8d46141a13610f7451d7ad809691b0dd99b5f89 (diff)
downloadjellything-6e3c84c12b2182ff0e33c1447d94979358919148.tar
jellything-6e3c84c12b2182ff0e33c1447d94979358919148.tar.bz2
jellything-6e3c84c12b2182ff0e33c1447d94979358919148.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/jellything
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>);