moving grpc_client, needs import fixes

This commit is contained in:
filipriec
2025-03-31 07:08:51 +02:00
parent 2ed2419f9e
commit 9cf25afa52
9 changed files with 8 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
// services/mod.rs
mod grpc_client;
pub use grpc_client::*;