CWA-210 | added template class, template tile, send template page and send template store

This commit is contained in:
Oleksandr Sobol 2020-05-08 19:22:56 +03:00
parent 722efa2f89
commit 25f3920073
25 changed files with 856 additions and 46 deletions

View file

@ -45,4 +45,5 @@ class Routes {
static const faq = '/faq';
static const changeLanguage = '/change_language';
static const newWalletType = '/new_wallet_type';
static const sendTemplate = '/send_template';
}