chore: cleanup unused imports

I commented the thing that uses this out
This commit is contained in:
Zynh Ludwig 2024-11-21 16:40:05 -08:00
parent 91cbca6b15
commit 1ccaab9578

View file

@ -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};