moving state out of ui

This commit is contained in:
filipriec
2025-02-25 23:36:53 +01:00
parent 5010b73bab
commit fef821c800
6 changed files with 6 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
pub mod ui;
pub mod tui;
pub mod config;
pub mod state;
pub mod components1;
pub use ui::run_ui;