fix: remove unused Response import in routes.rs
Action Gateway CI/CD / Build & Test (push) Has been cancelled
Action Gateway CI/CD / Publish Release (push) Has been cancelled

This commit is contained in:
2026-03-09 02:44:30 -07:00
parent 4ccc7f8249
commit 06ae7c0a66
+1 -1
View File
@@ -2,7 +2,7 @@ use axum::{
Router, Router,
routing::{get, post}, routing::{get, post},
extract::{State, Path, Query, Form}, extract::{State, Path, Query, Form},
response::{Html, Redirect, IntoResponse, Response}, response::{Html, Redirect, IntoResponse},
http::{StatusCode, HeaderMap}, http::{StatusCode, HeaderMap},
Json, Json,
}; };