fix padding, replace /dashboard to /app/start
Deploy app frontend / app frontend (push) Successful in 1m10s

This commit is contained in:
2024-12-03 19:20:17 +02:00
parent 8156662e79
commit fc625ea074
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -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,