clean up modules

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-04 13:12:08 +01:00
parent 63a158f023
commit 922f43bc01
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
pub mod query;
mod query;
pub mod response;
pub use query::query_server;