diff --git a/web/src/app.rs b/web/src/app.rs index 9cb0b69..4453aae 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -2,7 +2,6 @@ use apb::Collection; use leptos::*; use leptos_router::*; use crate::prelude::*; -use crate::CONTACT; use codee::string::{FromToStringCodec, JsonSerdeCodec}; use leptos_use::{ diff --git a/web/src/lib.rs b/web/src/lib.rs index 2461f0a..5782035 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -17,7 +17,6 @@ pub mod prelude; pub const URL_BASE: &str = "https://dev.upub.social"; pub const URL_PREFIX: &str = "/web"; -pub const CONTACT: &str = "abuse@alemi.dev"; pub const URL_SENSITIVE: &str = "https://cdn.alemi.dev/social/nsfw.png"; pub const FALLBACK_IMAGE_URL: &str = "https://cdn.alemi.dev/social/gradient.png"; pub const NAME: &str = "μ";