client fixes

This commit is contained in:
filipriec
2025-02-23 09:34:11 +01:00
parent f83f401ff1
commit 9fa63f4467
7 changed files with 6 additions and 28 deletions

View File

@@ -2,8 +2,8 @@
use crate::terminal::AppTerminal;
use crate::colors::Theme;
use crate::client::config::Config;
use crate::client::ui::handlers::{event::EventHandler, form::FormState, state::AppState, render::render_ui};
use crate::config::Config;
use crate::ui::handlers::{event::EventHandler, form::FormState, state::AppState, render::render_ui};
pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
let config = Config::load()?;