feat: user invites in account panel

This commit is contained in:
2026-08-31 21:08:47 +02:00
parent 73ef2b625d
commit 68991a3722
8 changed files with 711 additions and 4 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ const router = createRouter({
component: () => import('../views/LoginView.vue'),
},
{
path: '/about',
name: 'about',
component: () => import('../views/AboutView.vue'),
path: '/account',
name: 'account',
component: () => import('../views/AccountView.vue'),
},
],
})