feat: add missing imports for Response and StatusCode

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-29 12:11:52 -03:00
parent 79b63d2d73
commit 8005f9baf0

View File

@@ -3,7 +3,8 @@ use crate::modes::server::AppState;
use anyhow::Result; use anyhow::Result;
use axum::{ use axum::{
extract::{Path, Query, State}, extract::{Path, Query, State},
response::Html, response::{Html, Response},
http::StatusCode,
}; };
use rusqlite::Connection; use rusqlite::Connection;
use serde::Deserialize; use serde::Deserialize;