fully moved now

This commit is contained in:
filipriec
2025-04-04 20:39:23 +02:00
parent 1a7bbdc541
commit ef1d8bcc9c
6 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ use crate::services::grpc_client::GrpcClient;
use crate::services::auth::AuthClient;
use crate::services::ui_service::UiService; // Add this import
use crate::tui::terminal::EventReader;
use crate::functions::common::CommandHandler;
use crate::tui::functions::common::CommandHandler;
use crate::config::colors::themes::Theme;
use crate::config::binds::config::Config;
use crate::ui::handlers::render::render_ui;