remove empty file
This commit is contained in:
parent
66b14ed855
commit
605cb20115
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use axum::{extract::State, routing::get, Json, Router};
|
||||
use sqlx::{types::Uuid, Pool, Postgres};
|
||||
|
||||
use crate::{model::Chat, state::AppState};
|
Loading…
Reference in a new issue