aboutsummaryrefslogtreecommitdiff
path: root/ui/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-20 01:23:38 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-20 01:23:38 +0100
commit5caf1f1db721d6dee2ddb5d0613e8c9914ccf879 (patch)
tree7816c2a9e1a5222f8068ab2cf941df55743ba6d3 /ui/src/lib.rs
parent62984a7250c8998556e0258d67964e8e481b243c (diff)
downloadjellything-5caf1f1db721d6dee2ddb5d0613e8c9914ccf879.tar
jellything-5caf1f1db721d6dee2ddb5d0613e8c9914ccf879.tar.bz2
jellything-5caf1f1db721d6dee2ddb5d0613e8c9914ccf879.tar.zst
admin log
Diffstat (limited to 'ui/src/lib.rs')
-rw-r--r--ui/src/lib.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/lib.rs b/ui/src/lib.rs
index 63a2d07..f32657d 100644
--- a/ui/src/lib.rs
+++ b/ui/src/lib.rs
@@ -10,9 +10,12 @@ mod scaffold;
pub use jellyui_client_scripts::*;
pub use jellyui_client_style::*;
+pub use components::admin_log::ServerLogPage;
+pub use components::admin_log::render_log_line;
pub use jellyui_locale::tr;
+pub use scaffold::Scaffold;
-use crate::{components::View, scaffold::Scaffold};
+use crate::components::View;
use jellycommon::{jellyobject::Object, *};
use serde::{Deserialize, Serialize};