Refactor structure

This commit is contained in:
2025-12-14 21:34:06 +08:00
parent 952f00261b
commit 27cb9fa32f
37 changed files with 712 additions and 486 deletions

8
ui/src/lib.rs Executable file
View File

@@ -0,0 +1,8 @@
mod app;
mod cli;
mod event;
mod helpers;
mod models;
mod widgets;
pub use cli::Cli;