add app, ui modules

This commit is contained in:
2026-03-03 14:22:09 -06:00
parent e73ba7f33f
commit b21e3ce71f
3 changed files with 2 additions and 0 deletions

0
src/app.rs Normal file
View File

View File

@@ -1,4 +1,6 @@
mod app;
mod csv;
mod ui;
fn main() {
println!("Hello, world!");

0
src/ui.rs Normal file
View File