Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-19 14:58:45 +05:00
parent 990b06c3ed
commit 0ce75f1445
13 changed files with 154 additions and 2 deletions

View file

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