Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-13 15:39:21 +04:00
parent 1afa4a5d0e
commit 28ed702a51
27 changed files with 468 additions and 25 deletions

View file

@ -146,6 +146,7 @@ sealed class AppRoute(val path: String) : Route {
STORIES,
SETTINGS,
ACCOUNT,
WALLET,
}
}