good start to #16

This commit is contained in:
2025-11-13 09:15:51 -07:00
parent 1288ac98d8
commit 7ab6b23f73
5 changed files with 288 additions and 62 deletions

View File

@@ -2,4 +2,5 @@ pub mod app;
mod mode;
mod error_msg;
mod screen;
mod logic;
mod logic;
mod clipboard;