ваше сообщение коммита

This commit is contained in:
2025-09-30 00:23:37 +03:00
parent ca718e3178
commit 4b03951b31
77 changed files with 17161 additions and 7255 deletions

View File

@@ -228,14 +228,9 @@ const routes = [
component: () => import('../views/smartcontracts/CreateProposalView.vue')
},
{
path: '/management/tokens',
name: 'management-tokens',
component: () => import('../views/smartcontracts/TokensView.vue')
},
{
path: '/management/quorum',
name: 'management-quorum',
component: () => import('../views/smartcontracts/QuorumView.vue')
path: '/management/add-module',
name: 'management-add-module',
component: () => import('../views/smartcontracts/AddModuleFormView.vue')
},
{
path: '/management/modules',