refactor into separate files for app structure

This commit is contained in:
2022-04-03 20:44:41 +02:00
parent d46261792d
commit 410e41a0ab
15 changed files with 417 additions and 331 deletions

View File

@@ -0,0 +1,4 @@
pub mod messages;
pub mod model;
pub mod update;
pub mod widgets;