diff options
Diffstat (limited to 'server/src/ui/mod.rs')
-rw-r--r-- | server/src/ui/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/ui/mod.rs b/server/src/ui/mod.rs index 17a8b6f..041dadc 100644 --- a/server/src/ui/mod.rs +++ b/server/src/ui/mod.rs @@ -3,10 +3,9 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ -use crate::{helper::A, locale::AcceptLanguage}; +use crate::{helper::A, locale::AcceptLanguage, CONF}; use error::MyResult; use home::rocket_uri_macro_r_home; -use jellybase::CONF; use jellylogic::session::Session; use jellyui::{render_page, scaffold::RenderInfo, CustomPage}; use rocket::{ |