small error to fix

This commit is contained in:
filipriec
2025-03-24 17:14:12 +01:00
parent 65ff1256aa
commit e6851e1fe4
7 changed files with 23 additions and 10 deletions

View File

@@ -2,10 +2,8 @@
pub mod core;
pub mod grpc_client;
pub mod commands;
pub mod event_reader;
pub use core::TerminalCore;
pub use grpc_client::GrpcClient;
pub use commands::CommandHandler;
pub use event_reader::EventReader;