ui.rs gRPC code removed

This commit is contained in:
filipriec
2025-03-31 09:54:16 +02:00
parent dd4d9e88c6
commit 81f0527085
3 changed files with 113 additions and 55 deletions

View File

@@ -5,9 +5,11 @@ pub mod adresar;
pub mod table;
pub mod profile;
pub mod auth;
pub mod ui_service;
pub use grpc_client::*;
pub use adresar::*;
pub use table::*;
pub use profile::*;
pub use auth::*;
pub use ui_service::*;