Fix ServeDir import compilation error

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 08:00:37 -03:00
parent 5618ed4367
commit 91a750127c

View file

@ -20,7 +20,6 @@ use tokio_tungstenite::{
connect_async_tls_with_config, tungstenite,
tungstenite::protocol::Message as TungsteniteMessage,
};
#[cfg(not(feature = "embed-ui"))]
use tower_http::services::{ServeDir, ServeFile};
#[cfg(feature = "embed-ui")]