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

This commit is contained in:
2025-09-25 03:02:31 +03:00
parent 792282cd75
commit 7b2f6937c8
34 changed files with 2900 additions and 2570 deletions

View File

@@ -222,6 +222,11 @@ const routes = [
name: 'management-proposals',
component: () => import('../views/smartcontracts/DleProposalsView.vue')
},
{
path: '/management/create-proposal',
name: 'management-create-proposal',
component: () => import('../views/smartcontracts/CreateProposalView.vue')
},
{
path: '/management/tokens',
name: 'management-tokens',