first pass of notif banner systerm

This commit is contained in:
2025-09-19 09:12:19 -04:00
parent a4ca5b5de4
commit c80af24fa8
5 changed files with 88 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ const router = createRouter({
path: 'applications',
component: () => import('@/pages/ManageApplications.vue')
},
{
path: 'rankChange',
component: () => import('@/pages/RankChange.vue')
},
{
path: 'applications/:id',
component: () => import('@/pages/Application.vue')