implement journal view skelleton

This commit is contained in:
2026-08-18 19:53:56 +00:00
parent a089c3a1ec
commit b55b444db4
4 changed files with 54 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod card_view;
pub mod journal_view;
pub mod main_menu;
pub mod menu_item;
pub mod scan_menu;