CAKE-194 | added pre seed page to app; called pre seed page when creating new wallet from welcome an wallet list pages; added images to assets

This commit is contained in:
OleksandrSobol 2020-11-27 13:08:17 +02:00
parent 1afe4255a7
commit 3ebc0627e7
11 changed files with 84 additions and 3 deletions

View file

@ -47,4 +47,5 @@ class Routes {
static const exchangeTemplate = '/exchange_template';
static const restoreWalletType = '/restore_wallet_type';
static const restoreWallet = '/restore_wallet';
static const preSeed = '/pre_seed';
}