remove empty file

This commit is contained in:
Schrottkatze 2024-11-06 16:22:48 +01:00
parent 66b14ed855
commit 605cb20115
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

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