diff options
Diffstat (limited to 'server/src/ui/stats.rs')
| -rw-r--r-- | server/src/ui/stats.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/src/ui/stats.rs b/server/src/ui/stats.rs index b0225e6..fc4ae64 100644 --- a/server/src/ui/stats.rs +++ b/server/src/ui/stats.rs @@ -5,10 +5,7 @@ */ use super::error::MyError; use crate::request_info::RequestInfo; -use jellycommon::api::ApiStatsResponse; -use jellylogic::stats::stats; -use jellyui::{render_page, stats::StatsPage}; -use rocket::{get, response::content::RawHtml, serde::json::Json, Either}; +use rocket::{Either, get, response::content::RawHtml, serde::json::Json}; #[get("/stats")] pub fn r_stats( |