unused imports

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-11-07 15:06:28 +01:00
parent 37cfeaebec
commit 0e054b83df
Signed by: lilith
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4

View file

@ -1,7 +1,7 @@
use actix_files::Files;
use actix_web::{
dev::{fn_service, ServiceRequest, ServiceResponse},
get, middleware, App, HttpResponse, HttpServer, Responder,
middleware, App, HttpResponse, HttpServer,
};
use std::path::PathBuf;