far better, renamed evenhandler to even reader in tui

This commit is contained in:
filipriec
2025-03-21 13:54:58 +01:00
parent c456caf405
commit 15d87e33e5
3 changed files with 8 additions and 6 deletions

View File

@@ -3,9 +3,9 @@
pub mod core;
pub mod grpc_client;
pub mod commands;
pub mod events;
pub mod event_reader;
pub use core::TerminalCore;
pub use grpc_client::GrpcClient;
pub use commands::CommandHandler;
pub use events::EventHandler;
pub use event_reader::EventReader;