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,7 @@
// client/src/lib.rs
pub mod config;
pub mod terminal;
pub mod ui;
pub mod colors;
pub mod tui;
pub mod config;
pub mod components1;
pub use ui::run_ui;