chore: cleanup unused imports
I commented the thing that uses this out
This commit is contained in:
parent
91cbca6b15
commit
1ccaab9578
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use axum::{extract::State, response::IntoResponse, routing::get, Json, Router};
|
||||
use axum::{extract::State, response::IntoResponse, routing::get, Router};
|
||||
use reqwest::StatusCode;
|
||||
|
||||
use crate::{db::CacheRecordName, templates::LinkListTemplate, AppState};
|
||||
|
|
Loading…
Reference in a new issue