This commit is contained in:
Mikhail Kilin
2026-01-28 11:39:21 +03:00
parent 051c4a0265
commit 68a2b7a982
56 changed files with 4424 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#[derive(PartialEq, Clone)]
#[derive(Debug, PartialEq, Clone)]
pub enum AppScreen {
Loading,
Auth,