Remove unused nodes list page route

This commit is contained in:
OmarHatem 2022-11-26 14:07:01 +02:00
parent 08edd4d8ff
commit 0188089bd8
4 changed files with 2 additions and 7 deletions

View file

@ -21,7 +21,6 @@ class Routes {
static const seedLanguage = '/seed_language';
static const walletList = '/view_model.wallet_list';
static const auth = '/auth';
static const nodeList = '/node_list';
static const newNode = '/new_node_list';
static const login = '/login';
static const splash = '/splash';