diff --git a/apps/frontend/src/constants/routes.ts b/apps/frontend/src/constants/routes.ts index 6af7992..247d544 100644 --- a/apps/frontend/src/constants/routes.ts +++ b/apps/frontend/src/constants/routes.ts @@ -7,6 +7,7 @@ export const ROUTE_NAMES = { READ_QR_CODE: 'read-qr-code', DONATE: 'donate', PUBLIC_CHAT: 'public-chat', + APP_START: 'app-start', // CREATE_ACTIONS: 'create-actions', // MANAGE_SETTINGS: 'manage-settings', // MANAGE_PROFILE: 'manage-profile', diff --git a/apps/frontend/src/router/index.ts b/apps/frontend/src/router/index.ts index 80baa7b..058a82a 100644 --- a/apps/frontend/src/router/index.ts +++ b/apps/frontend/src/router/index.ts @@ -13,6 +13,11 @@ const routes = [ name: ROUTE_NAMES.CREATE, component: () => import('@/views/CreateView.vue'), }, + { + path: '/app/start', + name: ROUTE_NAMES.APP_START, + component: () => import('@/views/ManageDashboardView.vue'), + }, { path: '/manage/dashboard', name: ROUTE_NAMES.MANAGE_DASHBOARD, diff --git a/apps/frontend/src/views/ManageDashboardView.vue b/apps/frontend/src/views/ManageDashboardView.vue index 5d631a2..009f8db 100644 --- a/apps/frontend/src/views/ManageDashboardView.vue +++ b/apps/frontend/src/views/ManageDashboardView.vue @@ -18,7 +18,7 @@
-

Нет созданных QR-кодов. Вы можете создать их прямо сейчас!

+

Нет созданных QR-кодов. Вы можете создать их прямо сейчас!