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

@@ -5,6 +5,7 @@ pub mod config;
pub mod state;
pub mod components;
pub mod modes;
pub mod services;
pub use ui::run_ui;