fix: remove unused imports in imphnen-hackathon

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
maulanasdqn
2026-04-02 15:47:23 +07:00
co-authored by Claude Sonnet 4.6
parent 11442c6285
commit 5715e75593
5 changed files with 3 additions and 5 deletions
@@ -1,4 +1,4 @@
use axum::{middleware::from_fn, routing::{delete, get, post}, Extension, Router};
use axum::{middleware::from_fn, routing::{delete, get}, Extension, Router};
use sqlx::PgPool;
use std::sync::Arc;
use crate::chat::application::chat_service::ChatServiceImpl;