unused imports
This commit is contained in:
parent
37cfeaebec
commit
0e054b83df
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue