remove redundant import
This commit is contained in:
parent
9bc5067bef
commit
25cee6b111
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ mod views;
|
|||
|
||||
use util::{headers::ForwardedFor, logging, ssr, sweeper};
|
||||
|
||||
use state::{AppState, UploadRecord};
|
||||
|
||||
use crate::state::*;
|
||||
use crate::views::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue