project structure redesign

This commit is contained in:
filipriec
2025-02-25 23:20:29 +01:00
parent 08bbd9bd29
commit 5010b73bab
15 changed files with 67 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
// src/client/ui/handlers/ui.rs
use crate::terminal::AppTerminal;
use crate::colors::Theme;
use crate::config::Config;
use crate::tui::terminal::AppTerminal;
use crate::config::colors::Theme;
use crate::config::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>> {